System.Threading.TTask.DoWaitForAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function DoWaitForAll(const Tasks: array of ITask; Timeout: Cardinal): Boolean; static;

C++

static bool __fastcall DoWaitForAll(const _di_ITask *Tasks, const int Tasks_High, unsigned Timeout);

Properties

Type Visibility Source Unit Parent
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask

Description

DoWaitForAll pauses the calling task until an array of tasks finishes or the Timeout occurs.

See Also