/// <summary> Discontinues execution of the coroutine at its next yield. </summary> public void Stop() { task.Stop(); }