isActive
Returns true
when this continuation is active -- it was created, but not yet resumed or cancelled.
This state implies that isCompleted and isCancelled are false
, but this can change immediately after the invocation because of parallel calls to cancel and resume.