Get Status Operation - Queue Settings Edit Tab
- Updated2025-07-21
- 1 minute(s) read
Get Status Operation - Queue Settings Edit Tab
Get Status Operation
Use the Get Status operation to obtain information about the current state of a queue. Enable the Get Status option on the left of the Queue Settings panel.
The Get Status operation contains the following options:
- Queue Name or Reference Expression —The queue on which to perform the operation. You can specify the queue by name or by the object reference you receive when you create the queue using the Use Object Reference for the Queue Reference Lifetime option.
-
Optional Output
- Queue Exists? —The location to store a Boolean value that indicates whether the Synchronization object exists.
- Number of Threads Waiting to Enqueue —The location for storing the number of threads waiting to enqueue data.
- Number of Threads Waiting to Dequeue —The location for storing the number of threads waiting to dequeue data.
- Maximum Number of Elements —The location for storing the maximum number of elements of the queue.
- Number of Elements — The location for storing the number of elements in the queue.
- Location to Store Array of Queue Elements —An array property in which to store the elements of the queue. If you specify an array property in this control, all queue elements must be of the same data type as the array you specify, and no queue element can be an array. The step reports a run-time error if you specify a value in this control and the queue items do not meet these conditions.