ChaosScheduleStatus 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.
Represents the state of the Chaos schedule.
public enum ChaosScheduleStatus
type ChaosScheduleStatus =
Public Enum ChaosScheduleStatus
- Inheritance
-
ChaosScheduleStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the Chaos schedule is invalid and is not being used for scheduling. |
Active | 1 | Indicates that the Chaos schedule is running and runs of Chaos will be scheduled based on the schedule. |
Expired | 2 | Indicates that Chaos schedule is not being used to schedule runs of Chaos because it is after the schedule's expiry date. |
Pending | 3 | Indicates that Chaos schedule is not yet being used to schedule runs of Chaos because it is before the schedule's start date. |
Stopped | 4 | Indicates that Chaos schedule is stopped and is not being used for scheduling runs of Chaos. |
Applies to
Azure SDK for .NET