Skip to main content

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 process dictionary queue identified by [key]. If the queue is empty, an empty string is returned.
    • [key] identifies the queue and is used to retrieve values.