AsyncHandle Properties |
The AsyncHandle type exposes the following members.
Name | Description | |
---|---|---|
AsyncResultID |
The ID of the result.
| |
Completed |
Returns true if it is completed and false if it isn't.
| |
CreateTime |
The time at which the asyncronous result was created
| |
Data |
Attributes related to the result
| |
LastUpdateTime |
Time at which the result was last updated
| |
ResultType |
The type of result. Could be Clone, DriveAdd, etc.
| |
Success |
Returns whether the result was a success or failure.
|