I think I understand the (clever!) basics of your solution, but Eventhgost complains with the following message:
Is there an easy solution for the NameError message?14:32:11 Traceback (most recent call last):
14:32:11 Python script "18", line 9, in <module>
14:32:11 eg.scheduler.AddTask(20.0, clearMyTimerFlag)
14:32:11 NameError: name 'clearMyTimerFlag' is not defined
