Check out the Red programming language from the same author

Jobs

Jobs allows Cheyenne to execute CRON-like jobs with a very flexible and clear specification:

	jobs [
  		every 5 s do [prin "."]
  		every day at 8:00 do %backup.r
  		every month on #1 at 2:00 do https://www.softinnov.org/update.rsp
	]

More information about the Scheduler is available at https://www.softinnov.org/rebol/scheduler.shtml

More info to come here as testing is completed.



Page last modified on March 19, 2011, at 08:37 PM
Powered by Cheyenne Web Server - © Softinnov