StoredJobExecution

data class StoredJobExecution(val thingName: ThingName, val thingArn: ARN, val status: JobExecutionStatus, val statusDetails: Map<String, String>, val queuedAt: Timestamp, val startedAt: Timestamp?, val lastUpdatedAt: Timestamp, val versionNumber: Long, val executionNumber: Long, val forceCanceled: Boolean? = null)(source)

Constructors

Link copied to clipboard
constructor(thingName: ThingName, thingArn: ARN, status: JobExecutionStatus, statusDetails: Map<String, String>, queuedAt: Timestamp, startedAt: Timestamp?, lastUpdatedAt: Timestamp, versionNumber: Long, executionNumber: Long, forceCanceled: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Set when a force cancel took this execution out of IN_PROGRESS, as AWS reports it.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard