Module Google::Cloud::Video::Transcoder::V1beta1::Job::ProcessingState

The current state of the job.

Constants

PROCESSING_STATE_UNSPECIFIED

value: 0
The processing state is not specified.

PENDING

value: 1
The job is enqueued and will be picked up for processing soon.

RUNNING

value: 2
The job is being processed.

SUCCEEDED

value: 3
The job has been completed successfully.

FAILED

value: 4
The job has failed. For additional information, see failure_reason and failure_details