folder

Description

Holds a collection of jobs but does not execute them. Used to collect and organise jobs. The jobs can either be scheduled by a scheduler or run manually.

A folder has no state, it can't be run and it can't be stopped.

Properties

NameDescriptionRequired
jobs The jobs. No.

Example

 <folder name="My Jobs">
  <jobs>
   <exec name="Morning Job" command="etc..." >/>
   <exec name="Afternoon Job" command="etc..." >/>
   <exec name="Manual Cleanup" command="etc..." >/>
  </jobs>
 </folder>
 


(c) Rob Gordon 2005 - 2009