Hi everyone
Go to system>system>schedule and we can find the Scheduler Configuration.
But I don't know what is the "missed schedules" refer to.
My guess is that if I set two schedules.
Schedule1 contains task1 which runs process1 and schedule2 also contains task2 which runs process2. And both of them using resourcesA to accomplish their task.
To finish process1 takes 3mins, and to finish process2 takes 3sec.
If I set Schedule1 start at 18:00 and set Schedule2 start at 18:02, and then process2 will not be executed since ResourceA is too busy to execute process1.
It means process2 is the "missed schedules"?
Thanks