Difference between revisions of "QueueObj object"
(added description, example, and list of properties... no information on the properties yet) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:20, 1 December 2017
The QueueObj object represents a message in a Queue.
Contents
How to use
Example: Get the queued message.
Value = Queue.Item(x).Message
Properties
List of properties
- .ID
- .Message
- .Priority
- .Tag
- .ResponseTo
ID property
no data
Message property
no data
Priority property
no data
Tag property
no data
ResponseTo property
no data