onCancellation

protected open fun onCancellation(cause: CancellationException?)(source)

Notifies the implementation that the EnqueuedJob has been cancelled in order to perform cleanup, if necessary.

Parameters

cause

The exception, if any, passed to cancel.