System.Threading.TTask.IsComplete

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsComplete: Boolean read GetIsComplete;

C++

__property bool IsComplete = {read=GetIsComplete, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask

Beschreibung

Ist True, wenn die Klasse TTask abgeschlossen ist; ansonsten False.

Siehe auch