ExecutionState(value)The state of some component of job execution.
Enums |
|
|---|---|
| Name | Description |
EXECUTION_STATE_UNKNOWN |
The component state is unknown or unspecified. |
EXECUTION_STATE_NOT_STARTED |
The component is not yet running. |
EXECUTION_STATE_RUNNING |
The component is currently running. |
EXECUTION_STATE_SUCCEEDED |
The component succeeded. |
EXECUTION_STATE_FAILED |
The component failed. |
EXECUTION_STATE_CANCELLED |
Execution of the component was cancelled. |