Status type

Elenco degli stati possibili per il processo o il documento

type Status =
  | "NotStarted"
  | "Running"
  | "Succeeded"
  | "Failed"
  | "Cancelled"
  | "Cancelling"
  | "ValidationFailed"