isAlive

abstract fun isAlive(): Boolean

Checks if this task is alive, meaning it is not cancelled, and is available for scheduling or currently being scheduled.

Return

whether this task is alive