Type alias ExecutionStatus

ExecutionStatus: "pending" | "running" | "success" | "error" | "timeout" | "killed"

Status of sandbox execution.