|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.jobs.JobState
enum JobState
Enum Constant Summary | |
---|---|
Allocating
Resources are selected and are being prepared for job. |
|
BatchHold
Job has a batch hold in place. |
|
Blocked
|
|
Completed
Job successfully completed execution. |
|
Deferred
Job is temporarily blocked. |
|
Hold
Job is blocked by resource manager hold. |
|
Idle
Eligible according to all resource manager constraints. |
|
Lost
|
|
NotQueued
Job is not eligible for execution. |
|
NotRun
|
|
Removed
Job was canceled before executing. |
|
Running
Job is executing. |
|
Staged
All staging prerequisites are satisfied - waiting for remote resource manager to start. |
|
Staging
Staging of input/output data is currently underway. |
|
Starting
Job is launching, executing prolog. |
|
SubmitErr
|
|
Suspended
|
|
SystemHold
Job has a system hold in place. |
|
Unknown
|
|
UserHold
Job has a user hold in place. |
|
Vacated
Job was canceled after partial execution. |
Method Summary | |
---|---|
static JobState
|
parse(String string)
|
JobState
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobState[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
JobState Allocating
JobState BatchHold
JobState Blocked
JobState Completed
JobState Deferred
JobState Hold
JobState Idle
JobState Lost
JobState NotQueued
JobState NotRun
JobState Removed
JobState Running
JobState Staged
JobState Staging
JobState Starting
JobState SubmitErr
JobState Suspended
JobState SystemHold
JobState Unknown
JobState UserHold
JobState Vacated
Method Detail |
---|
static JobState parse(String string)
JobState valueOf(String name)
JobState[] values()
Groovy Documentation