@vgerbot/async
    Preparing search index...

    Interface TaskCancelOptions

    Options for selectively cancelling tasks. Providing kind cancels pending/running tasks associated with that kind without permanently disabling the executor.

    interface TaskCancelOptions {
        kind?: string | string[];
        reason?: unknown;
    }
    Index

    Properties

    Properties

    kind?: string | string[]
    reason?: unknown