Job
class Job
Constants
| STATE_NEW |
State if job is inserted, but not yet ready to be started. |
| STATE_PENDING |
State if job is inserted, and might be started. It is important to note that this does not automatically mean that all jobs of this state can actually be started, but you have to check isStartable() to be absolutely sure. In contrast to NEW, jobs of this state at least might be started, while jobs of state NEW never are allowed to be started. |
| STATE_CANCELED |
State if job was never started, and will never be started. |
| STATE_RUNNING |
State if job was started and has not exited, yet. |
| STATE_FINISHED |
State if job exists with a successful exit code. |
| STATE_FAILED |
State if job exits with a non-successful exit code. |
| STATE_TERMINATED |
State if job exceeds its configured maximum runtime. |
| STATE_INCOMPLETE |
State if an error occurs in the runner command. The runner command is the command that actually launches the individual jobs. If instead an error occurs in the job command, this will result in a state of FAILED. |
| DEFAULT_QUEUE |
State if an error occurs in the runner command. The runner command is the command that actually launches the individual jobs. If instead an error occurs in the job command, this will result in a state of FAILED. |
| MAX_QUEUE_LENGTH |
|
| PRIORITY_LOW |
|
| PRIORITY_DEFAULT |
|
| PRIORITY_HIGH |
|
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description