EventSetTimer frequency - page 2

 
Alain Verleyen:

Of course not, it works as documented.

Wrong this time.

Thanks.

I interpretate it as that all code in the OnTimer() event will indeed be executed even if it will take 10 seconds. Or am I also wrong?

 

That makes no sense at all.

It should not be called a timer if it does not time.

Is there a limit ? what if it enters an endless loop ?

I guess the abnormal termination timer is the real timer in the background then..
 
Same as OnTick, if it is currently processing, the new tick is ignored.
Reason: