Hello everyone,
Is there any way to save a value, such as QueueLength, and after an event, clear that value?
I would like to use QueueLength as input, however after an event, I receive another set of data that will pass through that same queue, however if I do not clear the QueueLength, the size of the queue will be the sum (1st set + 2nd set + ....), and I only need the size of the set each time.
I would be very grateful if someone could help me.
Best Regards