Skip to main content

Pull-Out-of-Queue

Command Description

When Creat Developer, Attended RPA Worker users, the Commander task Creator gets the permissions of the specified queue, can remove the data from the queue

Command Prototype

sRet = DataQueue.PullEx(queName)

Parameter Description

ParameterRequiredTypeDefaultDescription
queNameTruestring""Specifies the queue name of the extracted data to get from Commander

return

sRet,The variable used to save the output of the command.

Demo

//  Get elements from the test queue 
sRet = DataQueue.PullEx ("test")
Traceprint (sRet)
// 123