JobExecution
class JobExecution
Contains data about a job execution.
Types
Properties
Link copied to clipboard
The estimated number of seconds that remain before the job execution status will be changed to TIMED_OUT
.
Link copied to clipboard
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.
Link copied to clipboard
The content of the job document.
Link copied to clipboard
The time, in milliseconds since the epoch, when the job execution was last updated.
Link copied to clipboard
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "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.