state property

String? state
getter/setter pair

The current state of the JobRun.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The JobRun has an unspecified state.
  • "IN_PROGRESS" : The JobRun is in progress.
  • "SUCCEEDED" : The JobRun has succeeded.
  • "FAILED" : The JobRun has failed.
  • "TERMINATING" : The JobRun is terminating.
  • "TERMINATED" : The JobRun was terminated.

Implementation

core.String? state;