System.Threading.TParallel.TLoopResult.Completed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Completed: Boolean read FCompleted;

C++

__property bool Completed = {read=FCompleted};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Threading.pas
System.Threading.hpp
System.Threading TLoopResult

Beschreibung

Ist True, wenn TParallel.For abgeschlossen ist; ansonsten False.

Siehe auch