Show / Hide Table of Contents

Enum Status

Status

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum Status

Fields

Name Description
CANCELED

The process has been canceled by the user. This is a final state

CREATED

The process has been created, but not started yet

ERROR

The process has stopped due to an error. This is a final state

FINISHED

The process was finished successfully. This is a final state

QUEUED

The process has been enqueued for execution and will start as soon as resources are available

RUNNING

The process is being executed

TRANSFER_ERROR

The process has finished successfully, but at least one transfer to a configured output failed. The transfer attempt can be retried.

Back to top Generated by DocFX