Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Stopping Jobs


When you stop a job using the JOC (JobScheduler Operations Center) this job will not run any more. When you stop a running job, the task will first be ended normally and the job will be stopped.
When the stopped job is used in a job chain, all orders will wait before the node until the job will be resumed.

...

Jobs will be stopped, when using the stop job function in JOC
Jobs remain stopped when JobScheduler will be restarted
You can only resume a stop job by using the unstop function in JOC
When you use the job in several job chains, you should set the stop on error option to false.

Disabling Jobs

A job will be disabled, by setting the enabled attribute to "no". You can do this by editing the job in joe. A disabled job only can be enabled by changing the attribute. There is no function in JOC, to dis/enable a job.

...

Jobs remain disabled when JobScheduler will be restarted
Please make sure, the the disabled job is not used in job chains.

Skipping Nodes

If you want to skip the execution of a job in a job chain, the best way to do this is to skip the node. Skipping the node has no effects to other job chains which uses the same job.

...