queue_queue_peek
Peek at the next item in a named queue without removing it. Inspect the front element of the queue to check its value while leaving the queue intact.
Instructions
[queue] Return the next item WITHOUT removing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |