isCancelled

abstract val isCancelled: Boolean (source)

Overrides Job.isCancelled

Returns true if this continuation was cancelled.

It implies that isActive is false and isCompleted is true.