WebApplication.Resuming
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 Continue from the Service Control Manager on Windows, assuming that a Pausing event has already occurred.
Notes
The Resuming event is not called unless the WebApplication is paused. Use this event to continue running your WebApplication.