Universal Windows Service Class Library

Scheduler.OnPauseWork Method 

The function tells the scheduler to pause it's work.

public void OnPauseWork();

Remarks

The function tells the scheduler to pause it's work. The working thread, all global triggers and configured applications will be paused.

It would be called from the OnPause method which receives the pause command from windows service management.

See Also

Scheduler Class | uws Namespace | Service