// true = show in trace?
busyVCQueue = new ProcessQueue<VanCarrier>(this, "busy VC Queue", true, true);
prepairingVCQueue = new ProcessQueue<VanCarrier>(this, "prepairing VC Queue", true, true);
// initialises the interrupt code
urgentTruckArrived = new InterruptCode("Urgent Truck Arrived");
}