Vcl.SvcMgr.TService.Terminated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Terminated: Boolean read GetTerminated;

C++

__property bool Terminated = {read=GetTerminated, nodefault};

Properties

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

Description

Indicates whether the service thread has terminated.

Terminated indicates whether the dedicated thread that the service is running in has terminated.

See Also