Website Contact Blog
Scheduling The Web

Ever try to schedule a programming task to run at a specific time? It's not always that easy. Especially under program control. Well, with HTML/OS it's quite easy to do.

To schedule an HTML/OS program you want to first make sure scheduling has been configured in the Control Panel in Array. Then, in your program, you use a tag called BACKGROUNDRUN. It has parameters for scheduling a program to run immediately, at a future time, or on a recurring basis.

The funny thing about web scheduling is -- most programming environments just don't give the programmer an easy way to design environments for scheduled events. That amazes us because, to be frank, without the capability we would find programming much more difficult.






Website Contact Blog
ERROR