QueueObj object

From StealthBot Wiki Backup
Revision as of 08:16, 26 August 2013 by Pyro (talk) (added description, example, and list of properties... no information on the properties yet)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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