Extend AlgExecState with an "executing" state
- Aug 14, 2017
-
-
Frank Winklmeier authored
Fix logic inversion when setting the executed flag.
-
- Aug 07, 2017
-
-
Frank Winklmeier authored
Since this service should evolve into a general algorithm state service, it is more appropriate to track states instead of execution states. Also implemented the reset method in terms of the default constructor.
-
- Aug 04, 2017
-
-
Frank Winklmeier authored
The AlgExecState, accessible via the IAlgExecStateSvc, now records if an algorithm is currently being executed. This required some interface changes to the AlgExecState, i.e. replacing the boolean [set/is]Executed() with a enum-based [set]execState(). Clients have been updated accordingly. This also opens the door for further algorithm states if necessary later.
-