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 Zotlabs\Daemon\Master::Summon([ $cmd, $arg1, $argn... ]); The Master class loads the desired command file and passes the arguments. To create a background task 'Foo' use the following template.