Vcl.SvcMgr.TService.OnPause

From RAD Studio API Documentation
Jump to: navigation, search

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