JobExecution

Contains data about a job execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

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 unique identifier you assigned to this job when it was created.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution was last updated.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution was enqueued.

Link copied to clipboard

The time, in seconds since the epoch, when the job execution was started.

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 name of the thing that is executing the job.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: JobExecution.Builder.() -> Unit = {}): JobExecution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String