completionState property

String? completionState
getter/setter pair

Job completion state, i.e. the final state after the job completed.

Output only. Possible string values are:

  • "JOB_COMPLETION_STATE_UNSPECIFIED" : The status is not specified. This state is used when job is not yet finished.
  • "SUCCEEDED" : Success.
  • "FAILED" : Error.

Implementation

core.String? completionState;