state property
The current state of the JobRun.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The
JobRunhas an unspecified state. - "IN_PROGRESS" : The
JobRunis in progress. - "SUCCEEDED" : The
JobRunhas succeeded. - "FAILED" : The
JobRunhas failed. - "TERMINATING" : The
JobRunis terminating. - "TERMINATED" : The
JobRunwas terminated.
Implementation
core.String? state;