A token that can be used to check if cancellation of an action is required.

Use UFCancellationTokenSource to obtain a token.

interface IUFCancellationToken {
    get isCancellationRequested(): boolean;
}

Implemented by

Accessors