Skip to content
Snippets Groups Projects

Extend AlgExecState with an "executing" state

Merged Frank Winklmeier requested to merge fwinkl/Gaudi:algexecstate into master
  1. Aug 14, 2017
  2. Aug 07, 2017
  3. Aug 04, 2017
    • Frank Winklmeier's avatar
      Extend AlgExecState with an "executing" state · 748532ea
      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.
      748532ea
Loading