A folder has no state, it can't be run and it can't be stopped.
| jobs | The jobs. |
| name | The name of the folder. |
| Example 1 | A folder of jobs. |
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | No. |
The jobs.
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name of the folder.
A folder of jobs.
<folder name="My Jobs">
<jobs>
<exec name="Morning Job">echo "Good Morning"</exec>
<exec name="Afternoon Job">echo "Good Afternoon"</exec>
<exec name="Evening Job">echo "Good Evening"</exec>
</jobs>
</folder>