System.Threading.TParallel.TLoopResult.Completed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Completed: Boolean read FCompleted;

C++

__property bool Completed = {read=FCompleted};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TLoopResult

Description

Is True if TParallel.For is completed, False otherwise.

See Also