MaintenanceScheduleStatus 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.
Enum to represent the Status of the MaintenanceSchedule
public enum class MaintenanceScheduleStatus
public enum MaintenanceScheduleStatus
type MaintenanceScheduleStatus =
Public Enum MaintenanceScheduleStatus
- Inheritance
-
MaintenanceScheduleStatus
Fields
| Completed | 2 | Completed |
| NotRunning | 0 | Not Running |
| Running | 1 | Running |