Skip to main content

%SYSTEM.WorkMgrIPQ

class %SYSTEM.WorkMgrIPQ extends %SYSTEM.WorkMgr, %SYSTEM.IPQSet

For internal use only

Method Inventory

Methods

method Decode(qspec As %String, ByRef AtEnd As %Boolean) as %Status
This is called when the data received from the IPQ is "" in order to return any error information or output anything to the current device and to take care of book keeping. It will set AtEnd if we are at the end of the data and will run any callback methods and will return to the caller.
FeedbackOpens in a new tab