Class ProcessingState (1.12.2)

ProcessingState(value)

The current state of the job.

Values: PROCESSING_STATE_UNSPECIFIED (0): The processing state is not specified. PENDING (1): The job is enqueued and will be picked up for processing soon. RUNNING (2): The job is being processed. SUCCEEDED (3): The job has been completed successfully. FAILED (4): The job has failed. For additional information, see failure_reason and failure_details