I can see average wait times but need to measure wait times over a threshold. I would think there would be an attribute of ModelEntity such as TimeInSystem or TimeNow. I can't tell how to measure from entering the queue to leaving the queue using standard library objects. Do I have to model this entirely with processes?
Thanks.