ProgressUI is a COM automation class, in System Center 2012 Configuration Manager, that represents a user interface that custom actions use to report progress to the Configuration Manager operating system deployment task sequencing environment. The class implements the IProgressUI interface, which has a method ShowActionProgress that is used to display custom action progress information in a dialog box while the custom action is running. You should not call any other method implemented in ProgressUI.
In This Section
Term | Definition |
---|---|
Manages custom action progress information. |
Remarks
ProgressUI is implemented in TSProgressUI.exe.
The class GUID is F79474A1-7B80-4a18-BC7B-D3938BD93808.
The programmatic identifier (ProgID) is Microsoft.SMS.TsProgressUI.
To use ProgressUI in Visual Studio, add a reference to "SMS TSE Progress UI".