PDL_IsPoller
Description
Returns true if a polling handler is handling parms or false if they are being handled immediately.
Note: This API has been available since webOS 3.0.2 (PDK version 303).
Syntax
PDL_bool PDL_IsPoller(PDL_JSParameters *parms);
| Argument | Description |
| parms | Parameters from which to extract data. This is passed to the handler function and should simply be passed on here. This type's internals are hidden from the user. |
Returns
PDL_TRUE or PDL_FALSE
See also: