> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.AgentScheduledRunStatus.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AgentScheduledRunStatus

```typescript
AgentScheduledRunStatus:
    | "pending"
    | "running"
    | "waiting"
    | "awaiting-commit"
    | "succeeded"
    | "failed"
    | "cancelled"
```

Lifecycle of a one-shot scheduled (overnight) run (§27.5). `waiting` is reserved for the §27.6 ask-parking path (a run blocked on a host consent question); no run reaches it on the current single-turn executor.
