Push-Queue
Command Description
When Creator Developer, Attended RPA Worker users, the Commander task Creator gets the data when the specified queue is permissions, you can put the data into the queue
Command Prototype
DataQueue.PushEx(queName,item)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
queName | True | string | "" | Specify the queue name being placed in the data, you can get from Commander |
item | True | string | "" | The data to push into the queue |
Demo
// Push "123" to the test queue
DataQueue.PushEx("test","123")