PlannedMaintenanceStatus 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.
Specifies the maintenance status.
public enum class PlannedMaintenanceStatus
[System.Runtime.Serialization.DataContract]
public enum PlannedMaintenanceStatus
Public Enum PlannedMaintenanceStatus
- Inheritance
-
PlannedMaintenanceStatus
- Attributes
Fields
| Canceled | 3 | Maintenance event that has been cancelled. (3) |
| Complete | 2 | Complete maintenance event. (2) |
| InProgress | 1 | Maintenance event that is in progress. (1) |
| Scheduled | 0 | Maintenance event scheduled to take place later. (0) |