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

Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/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 and failure_details

4