ServiceApplication.Resume

From Xojo Documentation

Event


ServiceApplication.Resume()

Supported for all project types and targets.

Occurs when the user selects Continue from the Service Control Manager on Windows, assuming that a Pause event has already occurred.

Notes

The Resume event is not called unless the ServiceApplication is paused. Use this event to continue running your ServiceApplication.