Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

start-timer

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version