Interface RunQueueScheduleOptions

Options to effect the processing of this entry

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

Properties

delayMSec?: number

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

neverCancel?: boolean

If true, this entry ignores cancelation attempts.

Default Value

false

Generated using TypeDoc