SimulationJobBatchStatus
import type { SimulationJobBatchStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";type SimulationJobBatchStatus =
| "Pending"
| "InProgress"
| "Failed"
| "Completed"
| "Canceled"
| "Canceling"
| "Completing"
| "TimingOut"
| "TimedOut"
§Type
§
"Pending" | "InProgress" | "Failed" | "Completed" | "Canceled" | "Canceling" | "Completing" | "TimingOut" | "TimedOut" | cmnP.UnexpectedEnumValue
[src]