System.Threading.TTask.DoWaitForAll

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


説明

DoWaitForAll では、一連のタスクが完了するか、Timeout で指定されたタイムアウトが発生するまで、呼び出し側のタスクを一時停止します。

関連項目