...
JobScheduler Order and Schedule's contain the "Time Element" of the scheduling. There could be two usecases
- Predefiend Predefined Days i.e. Non Working days or HolidaysAdhoc days processing should be suppressed
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.
...
- Adhoc days processing should be suppressed
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.
There are two approaches to achieve this
...