client-run-queue
    Preparing search index...

    Interface RunQueueScheduleOptions

    Options to effect the processing of this entry

    interface RunQueueScheduleOptions {
        delayMSec?: number;
        neverCancel?: boolean;
    }
    Index

    Properties

    delayMSec?: number

    If specified, the entry isn't scheduled until after an initial delay

    neverCancel?: boolean

    If true, this entry ignores cancelation attempts.

    false