Pop Entry from Process Dictionary Queue
-
Description
POST /proc_queue_pop HTTP/1.1
{"key":"[key]"} -
Possible Responses
{"code":0,"message":"Success","key":"[key]","value":"[value]"} -
Notes
- Pop one value from the queue. If the queue is empty, an empty string is returned.
[key]identifies the queue.