Synopsis: setTimerState( regExp, state )
Set the state of all timers who's name matches
regExp to state. A state of 0 means that this
timer is not processed.
Example:
setTimerState("^My_Mode1_", 0);
# disable all timers that got names starting
# with My_Mode1_