I want to ask, I have case which my company need that.but I don't know VisualCron can do that or not
My case:
I want delay time example 10000ms(10sec)
I created task A: email
I executed task(Task A)at certain time.
at next 2 sec I execute again at same task(task A) to email me. result: that task can't email me(skip task) because I ran 2sec is less than delay time (10sec)
but if I run that task at 11sec, that task can email me because 11sec is greater than delay time.
can Visualcron do like that case?to prevent execute same task suitable with delay time
thanx