Partager via


BatchJobScheduleState type

BatchJobScheduleState enums

type BatchJobScheduleState =
  | "active"
  | "completed"
  | "disabled"
  | "terminating"
  | "deleting"