React Executor - v0.0.24
    Preparing search index...

    Interface AbortDeactivatedOptions

    Options of the abortDeactivated plugin.

    interface AbortDeactivatedOptions {
        delay?: number;
    }
    Index

    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