Class ProcessingState (1.15.0)

ProcessingState(value)

The current state of the job.

Enums

NameDescription
PROCESSING_STATE_UNSPECIFIEDThe processing state is not specified.
PENDINGThe job is enqueued and will be picked up for processing soon.
RUNNINGThe job is being processed.
SUCCEEDEDThe job has been completed successfully.
FAILEDThe job has failed. For additional information, see `failure_reason` and `failure_details`