Hello,
My Flexsim version is 7.1.4
I'm trying to figure out how to take a decision, based on the content of a Queue. I would like to know how can I get the Queue's current content number.I'v try
int Queue = model().find("Queue3");
if (Queue.subnodes.length >0)But it can't work .