folder

Description

Holds a colection of child job 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.

Elements

Any

Required: No, but pointless if missing.

The child jobs.

Example

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


(c) Rob Gordon 2005