Export

Task

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Timestamp when the task was created, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

error?: ErrorDetails

Additional optional error details

Memberof

Task

errorAt?: Date

Timestamp when the subtask status changed to 'ERROR', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp is deprecated and is equivalent to finishedAt in case of an 'ERROR'.

Memberof

Task

eta?: number

Estimated ETA in seconds

Memberof

Task

finishedAt?: Date

Timestamp when the subtask status changed to a final state like 'FINISHED', 'ERROR', 'CANCELED', returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ Note that this timestamp might be inaccurate for tasks which ran prior to the 1.50.0 REST API release.

Memberof

Task

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

messages?: Message[]

Task specific messages

Memberof

Task

progress?: number

Progress in percent

Memberof

Task

queuedAt?: Date

Timestamp when the task status changed to "QUEUED", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

runningAt?: Date

Timestamp when the task status changed to "RUNNING", returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

Task

status?: Status

Current status (required)

Memberof

Task

subtasks?: Subtask[]

List of subtasks

Memberof

Task