Universal Windows Service Class Library

Trigger.Resume Method 

Signals the triggers in static trigger list that they should start working again.

public static void Resume();

Remarks

If this function was called the triggers continue their work and fires an event each time the event time is reached.

The triggers work could be temporarily stopped by calling static Break method.

The static trigger list will be used for global trigger which could be used from different objects.

For an example source code see the Break method.

See Also

Trigger Class | uws.Triggers Namespace