Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - timer_create: (1 Item)
   
timer_create  
hello,

My question regarding the timer_create() is..

I am using one common function to set timer for different task with different interval which have came chid and coid.

( says task1,task2,task3 with timer valuse as t1,t2,t3).

Is there may be case that I will get timer up response of task2 to task1.

If yes ,How can i prevent it?

Or it is possible that I can define different messages for my different tasks and will get response which task timer is 
over.