JobExecution
Contains data about a job execution.
Types
Properties
The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT
. The actual job execution timeout can occur up to 60 seconds later than the estimated duration.
A number that identifies a particular job execution on a particular device. It can be used later in commands that return or update job execution information.
The content of the job document.
The time, in seconds since the epoch, when the job execution was last updated.
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "TIMED_OUT", "REJECTED", or "REMOVED".
A collection of name/value pairs that describe the status of the job execution.
The version of the job execution. Job execution versions are incremented each time they are updated by a device.