Enum Job.Types.ProcessingState (2.1.0)

public enum 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.