The interface represents the progress of a lengthy action.
![]() | Initialize the progress animation using specified behavior and appearance |
![]() | Ends the progress animation. |
![]() | Notifies of the progress of a time consuming operation. |
![]() | Returns whether to continue normal operation execution. |
IAgProgressTrackCancel interface provides methods and properties to control the progress animation in the hosting environment. The progress tracking is useful when a User Interface plugin needs to execute an action that may take some time to finish so in order to provide a feedback to the hosting environment, the plugin can use the progress tracking interface to visually indicate the current progress and allow the user cancel the action if it is taking too long.