Open main menu

RAD Studio API Documentation β

Vcl.SvcMgr.TService.OnPause

Delphi

property OnPause: TPauseEvent read FOnPause write SetOnPause;

C++

__property TPauseEvent OnPause = {read=FOnPause, write=SetOnPause};

Properties

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

Description

Occurs when the Service Control manager pauses the service temporarily.

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

See Also