isCancelled

abstract val isCancelled: Boolean

Returns true if this continuation was cancelled.

It implies that isActive is false and isCompleted is true.

Sources

Link copied to clipboard