Separating Business Logic from UI in Scheduler | step 5
Next step in the separation of logic, state and UI: controlling the scheduler table shifted from SchedulerJob
(which should be state only) to Scheduler
.
Next step in the separation of logic, state and UI: controlling the scheduler table shifted from SchedulerJob
(which should be state only) to Scheduler
.