Export

Subtask

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

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

Memberof

Subtask

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

Subtask

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 subtasks which ran prior to the 1.50.0 REST API release.

Memberof

Subtask

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

messages?: Message[]

Task specific messages

Memberof

Subtask

name?: string

Name of the subtask (required)

Memberof

Subtask

progress?: number

Progress in percent

Memberof

Subtask

queuedAt?: Date

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

Memberof

Subtask

runningAt?: Date

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

Memberof

Subtask

startedAt?: Date

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

Memberof

Subtask

status?: Status

Current status (required)

Memberof

Subtask

updatedAt?: Date

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

Memberof

Subtask