共用方式為


Status type

定義 Status 的值。

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