SignalCD Modern PoC API
    Preparing search index...

    Interface OutboundReplayProgress

    interface OutboundReplayProgress {
        active: boolean;
        completed: number;
        total: number;
    }
    Index
    active: boolean

    True while the client is actively handing this batch to the transport.

    completed: number

    Records successfully handed to the local transport in this batch.

    total: number

    Durable records in the reconnect/restart replay batch.