Member Junction
    Preparing search index...

    Interface SerialTaskFlushResult

    Aggregate outcome of a KeyedSerialTaskQueue.flush.

    interface SerialTaskFlushResult {
        failures: number;
        rejections: number;
    }
    Index

    Properties

    Properties

    failures: number

    Tasks that rejected (threw) OR resolved a falsy "not ok" value, since the last flush.

    rejections: number

    Tasks that rejected (threw), since the last flush.