state property
State of the task.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "PENDING" : Specifies pending state for the task.
- "RUNNING" : Specifies task is being executed.
- "SUCCEEDED" : Specifies task completed successfully.
- "CANCEL_PENDING" : Specifies Task cancel is in pending state.
- "CANCELLING" : Specifies task is being cancelled.
- "CANCELLED" : Specifies task was cancelled.
- "FAILED" : Specifies task failed.
- "SKIPPED" : Specifies task was skipped due to cache hit.
- "NOT_TRIGGERED" : Specifies that the task was not triggered because the
task's trigger policy is not satisfied. The trigger policy is specified in
the
condition
field of PipelineJob.pipeline_spec.
Implementation
core.String? state;