Langium - v4.3.0
    Preparing search index...

    Interface AbstractCancellationTokenSource


    Copyright 2024 TypeFox GmbH This program and the accompanying materials are made available under the terms of the MIT License, which is available in the project root.


    interface AbstractCancellationTokenSource {
        token: Cancellation.CancellationToken;
        cancel(): void;
        dispose(): void;
    }

    Hierarchy

    • Disposable
      • AbstractCancellationTokenSource

    Implemented by

    Index

    Properties

    Methods

    Properties

    Methods

    • Returns void

    • Dispose this object.

      Returns void