مشاركة عبر


ChaosScheduleStatus type

تعريف قيم ChaosScheduleStatus. تتضمن القيم المحتملة: "غير صالح"، "متوقف"، "نشط"، "منتهية الصلاحية"، "معلق"

type ChaosScheduleStatus =
  | "Invalid"
  | "Stopped"
  | "Active"
  | "Expired"
  | "Pending"