isCancelled

abstract val isCancelled: Boolean(source)

Returns true if this continuation was cancelled.

It implies that isActive is false and isCompleted is true.