Universal Windows Service Class Library

ITrigger.Continue Method 

Signals the trigger that it could start working again.

void Continue();

Remarks

If this function was called the trigger continue it's work and fires an event each time the event time is reached.

The trigger work could be temporarily stopped by calling Pause method.

See Also

ITrigger Interface | uws.Triggers Namespace