System.Threading.TTask.Wait

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Wait(Timeout: LongWord = 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 */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!