isCancelled

abstract val isCancelled: Boolean(source)

Returns true if this job was cancelled for any reason, either by explicit invocation of cancel or because it had failed or its child or parent was cancelled. In the general case, it does not imply that the job has already completed, because it may still be finishing whatever it was doing and waiting for its children to complete.

See Job documentation for more details on cancellation and failures.