Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobExecutionState

Data about the state of a job execution.

Hierarchy

  • JobExecutionState

Index

Properties

Optional status

status: JobStatus

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

Optional statusDetails

statusDetails: undefined | {}

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

Optional versionNumber

versionNumber: undefined | number

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

Generated using TypeDoc