Difference between revisions of "QueueObj object"

From StealthBot Wiki Backup
Jump to: navigation, search
(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.

How to use

Example: Get the queued message.

Value = Queue.Item(x).Message

Properties

List of properties

ID property

no data

Message property

no data

Priority property

no data

Tag property

no data

ResponseTo property

no data


See also