Vcl.SvcMgr.TPauseEvent
Delphi
TPauseEvent = procedure(Sender: TService; var Paused: Boolean) of object;
C++
typedef void __fastcall (__closure *TPauseEvent)(TService* Sender, bool &Paused);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.SvcMgr.pas Vcl.SvcMgr.hpp |
Vcl.SvcMgr | Vcl.SvcMgr |
Description
TPauseEvent is the type for event handlers that respond when the Service Control manager pauses a service.
Sender is the service that the Service Control manager paused.
Set Paused to true if the event handler pauses the service.