Enum SimpleEncodingVodJobStatus
SimpleEncodingVodJobStatus
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum SimpleEncodingVodJobStatus
Fields
| Name | Description |
|---|---|
| CANCELED | The Simple Encoding VOD Job has been executed but the encoding has been canceled manually by the user |
| CREATED | The Simple Encoding VOD Job has been created and is waiting to be executed |
| ERROR | The Simple Encoding VOD Job has been executed but the encoding failed, check the encoding details for more information |
| EXECUTING | The Simple Encoding VOD Job is currently being executed and creating the encoding |
| FAILURE | The Simple Encoding VOD Job could not create the encoding, check the details for more information |
| FINISHED | The Simple Encoding VOD Job has been executed and the encoding has finished |
| RUNNING | The Simple Encoding VOD Job has triggered the encoding |