Anchorage API reference
    Preparing search index...

    Outcome of the resume attempt a decision triggers.

    interface ResumeOutcome {
        attempted: boolean;
        error?: string;
        ok?: boolean;
        summary?: unknown;
    }
    Index

    Properties

    attempted: boolean

    false when no resumeRun is wired — the caller resumes separately.

    error?: string
    ok?: boolean
    summary?: unknown

    RunSummary (or whatever resumeRun returns) on success.