Monday, November 08, 2010 at 12:05 AM.

system.verbs.builtins.scheduler.shutdown

<<9/10/99; 2:07:19 PM by DW
	<<This script is called from system.shutdown.shutdownscript.
	<<It removes all traces of the threads from user.scheduler.threads.
	<<Changes:
		<<11/15/99; 12:42:19 AM by PBS
			<<Not needed if version is 6.1b5 or greater.
if date.versionLessThan (Frontier.version (), "6.1b5") {
	local (fl = user.scheduler.prefs.runThreads);
	user.scheduler.prefs.runThreads = false;
	scheduler.monitor ();
	user.scheduler.prefs.runThreads = fl};
return (true)



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.