bool _EndTask(RunningTask rt, bool onExit = false) { Debug.Assert(_a.Contains(rt)); return(rt.End(onExit)); }