Vcl.SvcMgr.TService.ErrorSeverity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorSeverity: TErrorSeverity read FErrorSeverity write FErrorSeverity default esNormal;

C++

__property TErrorSeverity ErrorSeverity = {read=FErrorSeverity, write=FErrorSeverity, default=1};

Properties

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

Description

Indicates the severity of service startup failure.

ErrorSeverity indicates the severity if this service fails to start during startup of the service application.

See Also