| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: timer &key interval
Starts timer, which must be an instance of the timer
class, running. If interval
is true, then the timer's interval property is
first set to this value. An interval should be a positive integer
indicating the number of milliseconds between successive firings of
the timer.
If the timer is already active, it is stopped and then immediately restarted using its current interval. This differs from setting the active property to true, which starts the timer only if it is not already active.
See cg-timers.htm for more information on timers.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |