Class ProcessingState (1.12.4)

ProcessingState(value)

The current state of the job.

Enums

Name Description
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`