IPromiseT Properties |
The IPromiseT generic type exposes the following members.
Name | Description | |
---|---|---|
IsRejected | Whether an error occurred causing the promise to be rejected (Inherited from IPromise.) | |
IsResolved | Whether the promise completed successfully (Inherited from IPromise.) | |
PercentComplete | The progress of the promise represented as an integer from 0 to 100 (Inherited from IPromise.) | |
Value | The result of the promise. Only valid if IsResolved is true |