cancellationSignal

val cancellationSignal: CompletableJob

Cancellation signal completed by the SDK when the slot is abandoned, consumed, or its parent session is dismissed.

Modules observe completion either by checking CompletableJob.isCompleted or by registering a one-shot listener via Job.invokeOnCompletion.