Run task scheduler task 5 min after specific task starting

222 Views Asked by At

Is there any way to start task after sometime when specific task starts?

1

There are 1 best solutions below

0
On

Two answers:

  1. Put the task in a batchfile, add a wait for 5 minutes and then put the next task.
    In the task scheduler, instead of the task itself, refer to the batchfile.

  2. I just see there's something called INotify cron (there's a tag icron for that). Maybe this can help you.