JobExecutionState
class JobExecutionState
Contains data about the state of a job execution.
Types
Properties
Link copied to clipboard
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "TIMED_OUT", "REJECTED", or "REMOVED".
Link copied to clipboard
A collection of name/value pairs that describe the status of the job execution.
Link copied to clipboard
The version of the job execution. Job execution versions are incremented each time they are updated by a device.