Interface JobExecutionState

Data about the state of a job execution.

Hierarchy

  • JobExecutionState

Properties

status?: JobStatus

The status of the job execution. Can be one of: QUEUED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELED, TIMED_OUT, REJECTED, or REMOVED.

statusDetails?: {
    [key: string]: string;
}

A collection of name-value pairs that describe the status of the job execution.

Type declaration

  • [key: string]: string
versionNumber?: number

The version of the job execution. Job execution versions are incremented each time they are updated by a device.

Generated using TypeDoc