Options of the abortDeactivated plugin.

interface AbortDeactivatedOptions {
    delay?: number;
}

Properties

Properties

delay?: number

The delay in milliseconds after which the task is aborted. If an executor is re-activated during this delay, the task won't be aborted. The executor must be activated at least once for this plugin to have an effect.

0