ISnapProgressIndicationService Methods
If implemented by a class, enables an application to indicate the current progress of long-lasting tasks.Name | Description |
---|---|
Begin(String, Int32, Int32, Int32) | Initializes and displays a progress indicator. |
End(Int32) | Finalizes progress indication. |
SetProgress(Int32, Int32) | Modifies the indicator value to track progress. |
See Also