Name | Description | |
---|---|---|
![]() ![]() | AllStatuses | List of all JobState values . |
![]() ![]() | NotExecutedStatuses | List of the JobState values that indicate an instance or step that was not submitted for execution. |
The following tables list the members exposed by JobStatusHelpers.
Name | Description | |
---|---|---|
![]() ![]() | AllStatuses | List of all JobState values . |
![]() ![]() | NotExecutedStatuses | List of the JobState values that indicate an instance or step that was not submitted for execution. |
Name | Description | |
---|---|---|
![]() ![]() | ActiveStatuses | List of the JobState values that indicate an active instance |
![]() ![]() | FailureStatuses | List of the JobState values that indicate a failure status. |
![]() ![]() | FinalStatuses | List of the JobState values that indicate a the final status of an instance or step. |
![]() ![]() | LocalQueuedStatuses | List of the JobState values that indicate an instance that is queued locally. |
![]() ![]() | NotRunStatuses | List of the JobState values that indicate an instance or step that was not run or did not complete |
![]() ![]() | QueuedStatuses | List of the JobState values that indicate a queued status. |
![]() ![]() | SuccessStatuses | List of the JobState values that indicate a success status. |
![]() ![]() | WaitingStatuses | List of the JobState values that indicate an instance that is waiting for something |
![]() ![]() | WarningStatuses | List of the JobState values that indicate a warning status. |
Name | Description | |
---|---|---|
![]() ![]() | GetJobStatusDescription | Gets a descriptive label for a job state. |
![]() ![]() | IsFailure | Indicates whether a status represents a failure state |
![]() ![]() | IsFinal | Indicates whether a status represents a final state |
![]() ![]() | IsQueued | Indicates whether a status represents a queued state |
![]() ![]() | IsRunning | Indicates whether a status represents a running state |
![]() ![]() | IsSuccess | Indicates whether a status represents a success state |
![]() ![]() | IsWaiting | Indicates whether a status represents a waiting state |
![]() ![]() | IsWarning | Indicates whether a status represents a warning state |