How do I check for new status items in the queue? I used to get Q items activity and set the output variable Queueitems, so if Queueitems is greater than 0, I needed to process those transactions. If Queueitems are 0, I need to add the new data.
Using C# in the REframework, how can we write the condition?