CancellationToken$Typings extension

on

Properties

isCancellationRequested bool
Is true when the token has been cancelled, false otherwise.
getter/setter pair
onCancellationRequested Event
An {@link Event} which fires upon cancellation.
getter/setter pair