...
JobScheduler Order and Schedule's contain the "Time Element" of the scheduling. There could be two usecases
1. Predefined Days i.e. Non Working days or Holidays
To suppress execution on predefined non-working-days or Holidays , user can create Holiday Calender for all Jobs in JobScheduler or for individual process i.e. orders/jobs , include the same in respecticve Orders/Schedules.
2. Adhoc days processing should be suppressed
Code Block |
---|
In some Adhoc usecases, predefined Order/Schedule's has to be suppressed or should not execute and should resume there normal execution once "suppressed" time is passed. |
...