uncancelableToken: CancellationToken = ...

CancellationToken that cannot be canceled. This can be passed to operations that require a CancellationToken but will not need to be canceled.

Generated using TypeDoc