Open andre-merzky opened 4 months ago
make it easy to obtain the number of tasks which are active for a certain task type (per series). Possibly provide a simple helper method on the DDMD_Base class which looks up that number in the self._tasks structure.
DDMD_Base
self._tasks
make it easy to obtain the number of tasks which are active for a certain task type (per series). Possibly provide a simple helper method on the
DDMD_Base
class which looks up that number in theself._tasks
structure.