state property
State of the job.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "RUNNING" : In progress.
- "SUCCEEDED" : Completed successfully.
- "CANCELED" : Cancelled by the user.
- "FAILED" : Terminated due to an unrecoverable failure.
Implementation
core.String? state;