@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface CancellationToken

    interface CancellationToken {
        isCancellationRequested(): boolean;
        throwIfCancellationRequested(): void;
    }
    Index

    Methods

    • Returns boolean

    • Returns void

      OperationCanceledException if isCancellationRequested is true