Vcl.SvcMgr.TService.Status

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Status: TCurrentStatus read FStatus write SetStatus;

C++

__property TCurrentStatus Status = {read=FStatus, write=SetStatus, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Indicates the current state of the service.

Status indicates the current state of the service. The status information is displayed in the Service Control Manager.

See Also