ShellBrowser Delphi Components Documentation
ContentsIndexHome
Jam.Threading.IFuture Members
Members
IFuture Methods
 
Name 
Description 
 
Getter for the Status property.  
 
Returns the result.  
 
Tries to access the result and waits for completion a certain time.  
IFuture Properties
 
Name 
Description 
 
Returns that status of the future, test against TTaskStatus.Completed to check if a valid vlaue is available. 
 
Gives access to the result and waits until it is ready.