IPromise Methods |
The IPromise type exposes the following members.
Name | Description | |
---|---|---|
![]() | Always | Callback to be executed when the promise completes regardless of whether an error occurred |
![]() | Cancel |
Cancel the operation
(Inherited from ICancelable.) |
![]() | Done | Callback to be executed when the promise completes successfully |
![]() | Fail | Callback to be executed when the promise encounters an error |
![]() | Progress | Callback to be executed when the reported progress changes |