| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
Arguments: timer
Stops timer, which must be an instance of the timer class, from running (if it is
running). That is, it makes its active property nil.
If a timer is intended to fire only once after it is started, then stop-timer can be called in the timer's on-timer function to prevent further firings until the timer is restarted. Otherwise stop-timer may be called at any arbitrary time when no further firings are desired.
See cg-timers.htm for more information on timers.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||