Click or drag to resize

Progress Methods

The Progress type exposes the following members.

Methods
  NameDescription
Public methodCancel
Cancels the progress. Invoke this method when the user requests a cancellation.
Public methodComplete
Force the progress to complete successfully.
Public methodCompleteWithError
Completes the progress with an error.
Public methodReport
Report the progress.
Public methodReset
Reset the progress object. Invoke this method after user cancellation or to reset the progress object after completion.
Top
See Also