MonitoringScheduleStoppingCondition

data class MonitoringScheduleStoppingCondition(val maxRuntimeInSeconds: Int)

Specifies a time limit for how long the monitoring job is allowed to run.

Constructors

Link copied to clipboard
constructor(maxRuntimeInSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum runtime allowed in seconds.