BatchTaskState type

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

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