Syntax
| call_callback(FunctionName, Milliseconds) |
Parameters
| STRING | FunctionName | Optional. Function name with or without arguments.
| | INT | Milliseconds | Optional. Number of millisedonds before calling the function. Default value is 5. |
Return value
| True if a callback function was called, false if string was empty or undefined. |
Description
Call a JavaScript function.
The function arguments can be specifed or not.
If FunctionName is empty or undefined, the function returns false. |
|