An event which fires when cancellation is requested. This event only ever fires once as cancellation can only happen once. Listeners that are registered after cancellation will be called (next event loop run), but also only once.
once
A flag signalling is cancellation has been requested.
Generated using TypeDoc
An event which fires when cancellation is requested. This event only ever fires
once
as cancellation can only happen once. Listeners that are registered after cancellation will be called (next event loop run), but also only once.