@backblaze-labs/b2-mcp
    Preparing search index...

    Interface BoundedConcurrencyResult

    Outcome metadata from a bounded worker loop.

    interface BoundedConcurrencyResult {
        aborted: boolean;
        maxConcurrency: number;
    }
    Index
    aborted: boolean

    Whether the supplied abort signal was observed before all work completed.

    maxConcurrency: number

    Number of workers launched for this run.