|
H
|
On Hold - The job is on hold. It can be edited and its state changed in order to release the job.
|
|
W
|
Waiting - The job is waiting to start, or waiting for its scheduled time to arrive, or waiting for a scheduler to become available.
|
|
B
|
Blocked - The job is blocked as a previous instance of the same job is still running.
|
|
P
|
Pending - This is the first stage of a running job. The scheduler has identified the job as ready to start and has allocated a thread, or sub task to process the job. If a job stays in this state then the scheduler thread has failed for some reason. Check logs.
|
|
R
|
Running - The job is currently running.
|
|
F
|
Failed - A failed job is one that had a problem.
|
|
C
|
Completed - The job has successfully completed, possibly with warnings. Once in this state a job cannot be restarted.
|
|
G
|
Failed - Aborted - The job has been aborted after having failed. Once in this state a job cannot be restarted.
|
|
E
|
Error Completion - Internal error.
|