Universal Windows Service Class Library

WeeklyTrigger.Continue Method 

Signals the trigger that it could start working again.

public override void Continue();

Implements

ITrigger.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.

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

WeeklyTrigger Class | uws.Triggers Namespace | ITrigger | Trigger