Provides methods to create and manage an object which can represent progress of the project analysis process.
| Property | Description |
|---|---|
| IsCancelled | Checks if the progress operation has been cancelled. |
| Method | Description |
|---|---|
| Advance | Advances the progress object by one step. |
| AdvanceRoot | Advances the root progress object by one step. |
| Cancel | Cancels the progress object. |
| Clear | Clear and hide the progress object. |
| ClearRoot | Clear and hide the root progress object. |
| Start | Initializes the progress object. |
| StartRoot | Initializes the root progress object. |