Vcl.SvcMgr.TService.OnContinue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnContinue: TContinueEvent read FOnContinue write SetOnContinue;

C++

__property TContinueEvent OnContinue = {read=FOnContinue, write=SetOnContinue};

Properties

Type Visibility Source Unit Parent
event published
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

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

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

See Also