Daemon (background) Processes ============================= This directory provides background tasks which are executed by a command-line process and detached from normal web processing. Background tasks are invoked by calling Code\Daemon\Run::Summon([ $cmd, $arg1, $argn... ]); The Run class loads the desired command file and passes the arguments. To create a background task 'Foo' use the following template.