| Stops a timer
timer_stop(+Timer)
timer_stop/1 stops an active timer. If the timer
Timer has not been started or it elapsed, than this predicate has
no effect.
Arguments
Timer timer
This predicate is not part of the ISO-Prolog Standard.
See also
timer_close/1,
timer_create/2,
timer_is_active/1,
timer_start/2,
timer_stop/1.
|