Universal Windows Service Class Library

Scheduler.OnContinueWork Method 

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

public void OnContinueWork();

Remarks

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

It would be called from the OnContinue method which receives the continue command from windows service management.

See Also

Scheduler Class | uws Namespace | Service