ShellBrowser Delphi Components Documentation
IFuture Methods
Jam.Threading.IFuture
Legend
IFuture Methods
Name
Description
function GetStatus: TTaskStatus;
Getter for the
Status
property.
function GetValue: TResult;
Returns the result.
function TryGetValue(pTimeout: UInt64; out pValue: TResult): TTaskStatus;
Tries to access the result and waits for completion a certain time.
Contents
|
Index
|
Home