The factory infrastructure can be inspected and steered with the commands provided here.
MODULE factories;
COMMAND factories.getArrival():bat[:timestamp];
COMMENT "";
COMMAND factories.getCaller():int;
COMMENT "";
COMMAND factories.getDeparture():bat[:timestamp];
COMMENT "";
COMMAND factories.getOwners():bat[:str];
COMMENT "";
COMMAND factories.getPlants() (X_0:bat[:str], X_1:bat[:str]);
COMMENT "";
PATTERN factories.shutdown(X_0:str, X_1:str):void;
COMMENT "";