drupflare/worker - v1.0.0
    Preparing search index...

    Interface FillWindowResult

    A window that ran.

    interface FillWindowResult {
        drained: boolean;
        fills: number;
        ok: true;
        outcomes: FillWindowReply[];
        site: string;
        stopped: "error" | "wall-budget" | null;
        wallMs: number;
    }
    Index
    drained: boolean
    fills: number
    ok: true
    outcomes: FillWindowReply[]
    site: string
    stopped: "error" | "wall-budget" | null
    wallMs: number