CancellationToken$Typings extension
Properties
- isCancellationRequested ↔ bool
-
Available on CancellationToken, provided by the CancellationToken$Typings extension
Istrue
when the token has been cancelled,false
otherwise.getter/setter pair - onCancellationRequested ↔ Event
-
Available on CancellationToken, provided by the CancellationToken$Typings extension
An {@link Event} which fires upon cancellation.getter/setter pair