Klaus Schmidinger wrote:
I'll provide one tomorrow. Have to think about the name some more. With Continue() we get some funny things like
if (!Continue()) Start();
while
if (!Active()) Start();
would have made sense ;-)
if (Terminated()) Start();
also does. Catch you ;-)
Anyway, Looping(), Running() (since it wasn't used before), Activated() (though easily confused with Active()), Execute()......
Bye