JobExecutionState

Contains data about the state of a job execution.

Types

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

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.

Functions

Link copied to clipboard
inline fun copy(block: JobExecutionState.Builder.() -> Unit = {}): JobExecutionState
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