| Name | Description | Type | Additional information |
|---|---|---|---|
| Position |
Item's position in the Queue |
integer |
None. |
| CommandID |
Unique Guid ID for the Queued Item |
globally unique identifier |
None. |
| CommandIntID |
Unique Integer ID for the Queued Item |
integer |
None. |
| DataNodeID |
Integer ID of the associated DataNode. i.e. the DataNode that the associated command is intended for |
integer |
None. |
| DataNodeName |
Name of the associated DataNode |
string |
None. |
| Custom |
Whether or not this Command is Custom-made |
boolean |
None. |
| CustomString |
If this is a Custom Command, returns the full string for the command |
string |
None. |
| Command |
If this is not a Custom Command, returns the main Command |
string |
None. |
| PostCommandString |
If this is not a Custom Command, returns the contents of the Command that follow the main Command itself |
string |
None. |
| DateAdded |
Date and Time the Command was added to the Queue |
date |
None. |
| Age |
Age of the Command, based on the current time of the database |
time interval |
None. |
| Standalone |
Whether or not the associated DataNode is to be treated as a Standalone |
boolean |
None. |
| Priority |
Whether or not this Queued Item jumped to the head of the Queue |
boolean |
None. |
| Owner |
Owner of the Queued Item. If no Owner is provided by the System, this defaults to the associated User |
QueueItemObjectReference |
None. |
| Target |
Target for the Queued Item. Typically the DataNode that is to receive the Command |
QueueItemObjectReference |
None. |
| User |
User responsible for the Item being Queued |
QueueItemUserReference |
None. |
| Attempts |
Number of Attempts this Queued Item has gone through so far. Typically only non-zero when it is the current Item |
integer |
None. |