WebApplication.Pausing
From Xojo Documentation
Event
![]() |
This event is only available on the Windows platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this event on an incompatible platform. |
Occurs when the user selects Pause from the Service Control Manager on Windows.
Notes
When the user selects Pause, they expects the service to stop performing whatever action it was doing. It should continue to halt execution until the Resuming event is fired.