RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.OnContinue Event

Occurs when the Service Control manager resumes the service after it has been paused.

Pascal
property OnContinue: TContinueEvent;
C++
__property TContinueEvent OnContinue;

Write an OnContinue event handler to take specific action when the Service Control manager resumes the service after it has been paused. 

 

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