Merge with main (#116)

* Stop command

small change so command is available as a constant

* Lots of small updates to enable opening of a secondary configuration for
batch processing control.
This commit is contained in:
Douglas Gillespie 2023-12-14 10:50:29 +00:00 committed by Jamie Mac
parent f1d6dd0c03
commit 16c69ee212

View File

@ -26,7 +26,7 @@ import offlineProcessing.OfflineTaskGroup;
* them, but for some of the batch processing control, we need to be able to load and
* manipulate a second set of modules, which do nothing within the running
* configuration, but are there to allow us to set up a configuration to send to
* other batch processes in viewer mode. This is also being used in an improved module import system.
* other batch processes in viewer mode.
* @author dg50
*
*/