ProgressPanelItemStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Progress panel item status.
public enum class ProgressPanelItemStatus
public enum ProgressPanelItemStatus
type ProgressPanelItemStatus =
Public Enum ProgressPanelItemStatus
- Inheritance
-
ProgressPanelItemStatus
Fields
Name | Value | Description |
---|---|---|
Working | 0 | Describes working status. |
Complete | 1 | Describes complete status. |
Failed | 2 | Describes failed status. |
Warning | 3 | Describes warning status. |
Unknown | 4 | Describes unknown status. |