Module: Google::Cloud::Video::Transcoder::V1::Job::ProcessingState
- Defined in:
- proto_docs/google/cloud/video/transcoder/v1/resources.rb
Overview
The current state of the job.
Constant Summary collapse
- PROCESSING_STATE_UNSPECIFIED =
The processing state is not specified.
0
- PENDING =
The job is enqueued and will be picked up for processing soon.
1
- RUNNING =
The job is being processed.
2
- SUCCEEDED =
The job has been completed successfully.
3
- FAILED =
The job has failed. For additional information, see
failure_reason
andfailure_details
4