|
This is a simple program that triggers another one on a specified interval.
It could be used for triggering the ftp get program (as an example)
to fetch the RDS data off a remote server at a certain interval rate.
Due
to the simplicity of the program a maximum interval of 65535 ms is possible
as the timer object in the code only allows interval values of integer
type.
Scheduler
|