isCancelled

val isCancelled: Boolean (source)

Overrides Job.isCancelled

Always returns false.

Getter

Returns true if this job was cancelled. In the general case, it does not imply that the job has already completed (it may still be cancelling whatever it was doing).