TimerEvery — attaches an event handler to an "every" timer.
TimerEvery (seconds, fn)
This method sets an every timer that that fires periodically every number of seconds, causing the fn function or method to execute. This method also creates a unique, sequential ID number for the timer, appends that number to the class's ._TimerIDs list, and returns that same timer ID number.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.