次の方法で共有


BatchTaskState type

バッチタスクステートの列挙式

type BatchTaskState = "active" | "preparing" | "running" | "completed"