This document is archived and information here might be outdated. Recommended version. |
Provides access to members that report progress.
The IProgressor interface is a generic interface for progressors (for example a progress bar). There are methods to show, step, and hide the progressor and a property to set the message of the progressor.
Name | Description | |
---|---|---|
Hide | Hides the progressor. | |
Message | The message displayed by the progressor. | |
Show | Shows the progressor. | |
Step | Animates or steps the progressor. |
Classes | Description |
---|---|
GPServerTrackCancel (esriGeoprocessing) | GP Server Track Cancel Class. |
ProgressAnimation (esriArcMapUI) | ProgressAnimation object. |
ProgressBar (esriArcMapUI) | ProgressBar object. |
ProgressDialog (esriArcMapUI) | Progress dialog object. |