共用方式為


ChaosScheduleStatus Enum

Definition

Represents the state of the Chaos schedule.

public enum ChaosScheduleStatus
type ChaosScheduleStatus = 
Public Enum ChaosScheduleStatus
Inheritance
ChaosScheduleStatus

Fields

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.

Invalid 0

Indicates that the Chaos schedule is invalid and is not being used for scheduling.

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