Scheduler States - TASKS
Tasks also have a status associated to them.
Held – The task has been held due to a prior dependency failure. The problem must be rectified and the job restarted.
Waiting (Blank) – Tasks that are waiting to run either due to a shortage of threads, or prior dependencies normally have a blank status.
Running – The task is currently running.
Failed – The task has had a fatal error. Any dependencies on this task will be held. Double click on the task to see more detail error information or review the audit and error/detail log for the job.
Completed – The task has completed successfully.
Error Completion – The task has completed with a handled error. Any dependent tasks will be held, and the job must be restarted when the problem is rectified.
Bad Return Status – The task has returned and unknown status. This normally occurs with script files that produce unexpected information.