pauseCondition property

ConditionalEvent? pauseCondition
getter/setter pair

The ConditionalEvent specifying a specific sampling value to compare with for pausing this trigger.

If pauseCondition is null, sampling is never paused and hence runs forever (unless paused manually).

Implementation

ConditionalEvent? pauseCondition;