timer_remove_callback
timer_remove_callback(id)
This function cancels the interval timer specified by id, which is an identifier returned by a previous call to timer_add_callback. Note that the timer can also be cancelled in the callback function by returning 0.
Related Topics