I am trying to model a case packer with the combiner object. The bags of product flow single file down a conveyor. When there are three bags present at the end of the conveyor, the case packer will push these three bags into the case. It then waits for three more bags to be present at the end of the conveyor. When this happens, the three bags are pushed into the case. Now the case is full. The case packer is capable of 26 cases per minute, so I can set the processor time at 2.307 seconds per case. However, if there is a production upset where say, the first three bags get loaded into the case and there is a delay in the second set of three bags being present for the case packer to process, does the simulation keep track that the first half of the 2.307 second process time has been fulfilled?