Skip to content

Separating Business Logic from UI in Scheduler | step 1

This is the initial step for separating business logic from the UI in the Scheduler module:

  • Creating base classes for process engine and state machine
  • Moving general execution state, EKOS and INDI states to state machine
  • Moving script execution, startup, shutdown, parking and DBUS access to other interfaces to process engine
Edited by Wolfgang Reissenberger

Merge request reports