ShellBrowser Delphi Components Documentation
IFuture Properties
Jam.Threading.IFuture
Legend
IFuture Properties
Name
Description
property Status: TTaskStatus read GetStatus;
Returns that status of the future, test against TTaskStatus.Completed to check if a valid vlaue is available.
property Value: TResult read GetValue;
Gives access to the result and waits until it is ready.
Contents
|
Index
|
Home