次の方法で共有


StartTaskState type

StartTaskState の値を定義します。 使用可能な値は次のとおりです: 'running'、'completed'

type StartTaskState = "running" | "completed"