DetectorModelResetTimer

data class DetectorModelResetTimer(val timerName: String)

Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.

Constructors

Link copied to clipboard
constructor(timerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the timer to reset.