ProgressUI Client COM Automation Class
In brief
The `ms.service` metadata changed from `microsoft-endpoint-configuration-manager` to `configuration-manager`.
What Intune admins need to know
Administrators using service metadata to locate or organize this reference should use `configuration-manager`.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
ProgressUI Client COM Automation Class
ProgressUI is a COM automation class in 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 shouldn't call any other method implemented in ProgressUI.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: reference ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # ProgressUI Client COM Automation Class `ProgressUI` is a COM automation class in 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 shouldn't call any other method implemented in `ProgressUI`.