deferred

abstract val deferred: Deferred<T>?

Returns current running coroutine if the goal is started. Null if the computation is not started.