System.Threading.TTask.IsComplete
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.