ChaosStatus Enum

Definition

Represents the task that Chaos is presently executing.

public enum ChaosStatus
type ChaosStatus = 
Public Enum ChaosStatus
Inheritance
ChaosStatus

Fields

None 0

Indicates that the current task is invalid.

Running 1

Indicates that Chaos is executing actions as part of fault inducing.

Stopped 2

Indicates that Chaos has finished inducing faults and now it is validating if the Cluster is stable and healthy.

Applies to