addCallbackToLastRqt (callback);
callback. Callback function to add to the most recently sent request. It returns True if a handler was added, otherwise it returns False, which means that there are no active requests.
The addCallbackToLastRqt adds a handler to the last request in the queue.
The example of use is given in description of the PPService.sendRequest method.
See also: