次の方法で共有


SubtaskState type

SubtaskState の値を定義します。 使用可能な値は、"準備中"、"実行中"、"完了" です。

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