ISPO SDK
    Preparing search index...

    Type Alias AgentScheduledRunStatus

    Markdown
    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.