=doc #3647 Clarify that existing FSM timer is canceled by setTimer

This commit is contained in:
Patrik Nordwall 2014-01-22 09:55:38 +01:00
parent 1c0e799370
commit 686cfab150
3 changed files with 12 additions and 4 deletions

View file

@ -362,8 +362,11 @@ You may set a timer using
where :obj:`msg` is the message object which will be sent after the duration
:obj:`interval` has elapsed. If :obj:`repeat` is :obj:`true`, then the timer is
scheduled at fixed rate given by the :obj:`interval` parameter. Timers may be
canceled using
scheduled at fixed rate given by the :obj:`interval` parameter.
Any existing timer with the same name will automatically be canceled before
adding the new timer.
Timers may be canceled using
:func:`cancelTimer(name)`