Cluster lib/sequencer

BACKGROUND_JOB

Describe job to be executed in the background, when there nothing more important to do.


 
JOB

The job life will looks like :

  do
     prepare
     if is_ready then
        continue
  repeat while not done
If the same job as to live again, restart is called.


 
LOOP_ITEM

One loop level with related jobs to run


 
LOOP_STACK

Manage LOOP_ITEM.


 
PERIODIC_JOB

Pseudo periodic job.


 
READY_DESCRIPTION

Mainly used by loop_item and jobs.


 
SIMPLE_BACKGROUND_JOB

Describe job to be executed in the background, when there nothing more important to do.


 
SIMPLE_PERIODIC_JOB

Pseudo periodic job.