TimeoutConfig

@JsonSerializable
data class TimeoutConfig(val inProgressTimeoutInMinutes: Long? = null)(source)

The amount of time each device has to finish its execution of the job, in minutes (1 to 10080). The timer starts when the execution status is set to IN_PROGRESS.

Constructors

Link copied to clipboard
constructor(inProgressTimeoutInMinutes: Long? = null)

Properties