RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SvcMgr.TPauseEvent Type

TPauseEvent is the type for event handlers that respond when the Service Control manager pauses a service.

Pascal
TPauseEvent = procedure (Sender: TService; var Paused: Boolean) of object;
C++
(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!