API:System.Threading.TTask.Wait

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Wait(Timeout: Cardinal = INFINITE): Boolean; overload;
function Wait(const Timeout: TTimeSpan): Boolean; overload;

C++

bool __fastcall Wait(unsigned Timeout = (unsigned)(0xffffffff))/* overload */;
bool __fastcall Wait(const System::Timespan::TTimeSpan &Timeout)/* overload */;

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !