public bool IsRunning(coroutine routine) { return(routine.isRunning); }
public bool Stop(coroutine routine) { return(routine.stop()); }