Udostępnij za pośrednictwem


Status type

Definiuje wartości stanu.

type Status =
  | "NotStarted"
  | "NotStartedButGroupsExist"
  | "Started"
  | "Failed"
  | "Cancelled"
  | "Completed"