Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoppedChaosEvent

Package version

Describes a Chaos event that gets generated when Chaos stops because either the user issued a stop or the time to run was up.

Hierarchy

  • StoppedChaosEvent

Index

Properties

Properties

kind

kind: "Stopped"

Polymorphic Discriminator

Optional reason

reason: undefined | string

Describes why Chaos stopped. Chaos can stop because of StopChaos API call or the timeToRun provided in ChaosParameters is over.

timeStampUtc

timeStampUtc: Date

The UTC timestamp when this Chaos event was generated.

Generated using TypeDoc