@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface RunTaskOptions

    Options for OperationsService.run.

    interface RunTaskOptions {
        signal?: AbortSignal;
        timeoutMs?: number;
    }
    Index
    signal?: AbortSignal

    Caller cancellation, combined with the application's.

    timeoutMs?: number

    Relative cancellation timeout in milliseconds. It aborts the Operation signal but does not forcibly terminate non-cooperative work.