共用方式為


StartTaskState type

定義 StartTaskState 的值。 可能的值包括:'running'、'completed'

type StartTaskState = "running" | "completed"