state property

String? state
getter/setter pair

The current state of the job.

Output only. Possible string values are:

  • "PROCESSING_STATE_UNSPECIFIED" : The processing state is not specified.
  • "PENDING" : The job is enqueued and will be picked up for processing soon.
  • "RUNNING" : The job is being processed.
  • "SUCCEEDED" : The job has been completed successfully.
  • "FAILED" : The job has failed. For additional information, see failure_reason and failure_details

Implementation

core.String? state;