JobProcessDetails

The job process details.

Types

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

Properties

Link copied to clipboard

The number of things that cancelled the job.

Link copied to clipboard

The number of things that failed executing the job.

Link copied to clipboard

The number of things currently executing the job.

Link copied to clipboard

The number of things that are awaiting execution of the job.

Link copied to clipboard

The number of things that rejected the job.

Link copied to clipboard

The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.

Link copied to clipboard

The number of things which successfully completed the job.

Link copied to clipboard

The number of things whose job execution status is TIMED_OUT.

Link copied to clipboard

The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.

Functions

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