TPauseEvent is the type for event handlers that respond when the Service Control manager pauses a service.
TPauseEvent = procedure (Sender: TService; var Paused: Boolean) of object;
(Sender: TService; var Paused: Boolean) ( TPauseEvent)();
Sender is the service that the Service Control manager paused.
Set Paused to true if the event handler pauses the service.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|