Transcoder v1 API - Enum Job.Types.ProcessingState (2.8.0)

public enum Job.Types.ProcessingState

Reference documentation and code samples for the Transcoder v1 API enum Job.Types.ProcessingState.

The current state of the job.

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Fields

NameDescription
Failed

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

Pending

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

Running

The job is being processed.

Succeeded

The job has been completed successfully.

Unspecified

The processing state is not specified.