deferred

override var deferred: Deferred<T>? = null

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