how can set timers wait each other if running? documentation says if timer wants start lower thread priority wont running @ all.
what looking script multiple "timers" 1 goes approx each 15 minutes, 1 each 30 minutes 1 each 45 minutes, etc. these long methods run time of minute or two. can not run @ same time have wait each other if 1 running.
use 1 15 minute timer , use counter launch process 2 , 3. groet, robert
if (mod(a_index, 2) = 0) loop 2 if (mod(a_index, 3) = 0) loop 3
Comments
Post a Comment