![]() |
Progress Methods |
The Progress type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cancel |
Cancels the progress. Invoke this method when the user requests a cancellation.
|
![]() | Complete |
Force the progress to complete successfully.
|
![]() | CompleteWithError |
Completes the progress with an error.
|
![]() | Report |
Report the progress.
|
![]() | Reset |
Reset the progress object. Invoke this method after user cancellation or to reset the progress object after completion.
|