RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.OnPause Event

Occurs when the Service Control manager pauses the service temporarily.

Pascal
property OnPause: TPauseEvent;
C++
__property TPauseEvent OnPause;

Write an OnPause event handler to take specific action when the service is temporarily paused. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!