hasTimeout
fn
bool hasTimeout(TimeoutCallback callback)Checks if a timeout callback is registered.
Parameters
callback | Callback to check for |
Returns
true if the timeout exists
bool hasTimeout(TimeoutCallback callback)Checks if a timeout callback is registered.
callback | Callback to check for |