Hi, what is a scheduled thread? You can have a thread check current time,
say, every second (sleeping the rest of the time), and if something should
be done, do it.
What I want to run a shceduled program repeatedly at a specified time
interval. That time interval also changes, if the user wants to. how can
I attain this?
Thanks for any help in advance