共用方式為


SubtaskState type

定義 SubtaskState 的值。 可能的值包括:'正在準備'、'running'、'completed'

type SubtaskState = "preparing" | "running" | "completed"