ChaosStatus enum

type: string

Current status of the Chaos run.

Possible values are:

  • Invalid - Indicates an invalid Chaos status. All Service Fabric enumerations have the invalid type. The value is zero.
  • Running - Indicates that Chaos is not stopped. The value is one.
  • Stopped - Indicates that Chaos is not scheduling further faults. The value is two.