264
Views
3
Comments
Solved
Issue with timer
Question

Hi All,

I need your help to understand timer behavior in more details.

In my application, I am using the timer to execute one long running process. I set interval of that timer to 5 min, but timer action may take more than 5 min to execute. So I just want to know, in this scenario what timer will do? should it skip the next run time or it create another instance.

As I observed it will skip the next runtime if the timer is already processing but I’m not sure about it. Please let me help to understand this.

Thanks & Regards,

Gopal

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Gopal,

A timer never runs more than once at the same time. See also here.

2025-01-09 14-56-57
IQ78
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Gopal,

A timer never runs more than once at the same time. See also here.

2020-07-16 17-08-27
user

Thank you Batik & Kilian, Your reference clears my point :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.