stop

Function stop 

Source
pub unsafe fn stop(params: Params) -> isize
Available on non-crate feature native only.
Expand description

Stops a running timer given its identifier.

Note that if the timer triggers while being stopped, the handler may still be called.