PPService.addCallbackToLastRqt

Syntax

addCallbackToLastRqt (callback);

Parameters

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.

Description

The addCallbackToLastRqt adds a handler to the last request in the queue.

Example

The example of use is given in description of the PPService.sendRequest method.

See also:

PPService