Universal Windows Service Class Library

ITrigger.Pause Method 

Signals the trigger that it could break and pause it's work.

void Pause();

Remarks

If this function was called the trigger pause it's work and stop firing an event each time the event time is reached.

To continue the trigger work call Continue method.

See Also

ITrigger Interface | uws.Triggers Namespace