| Allegro CL version 6.2 Unrevised from 6.1 |
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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |