Use of Timers

Hello everyone!!, i have a little doubt about the timers, when you set one of them as cyclic and later on the time expires. You enter to the Handler, in that prescise moment the clock begin his count again??. Mi handler code is pretty small but i dont know if the counts loops in the exact moment that i`m at the begginig of it.

Thank you for advance.

The count begins again as soon as the handler is being called.
i’ve never seen my timers runing longer when more processing was needed.
(unless i called adl_ctxSleep in the timer-handler)

Thank you so much for your answer!, i`ll consider that in my design.