Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
prevent the execution of a job at the last sunday of a month
...
<weekday day="7" which="-1">
<period single_start="13:00"/>
</weekday>
<weekday day="7" which="-2">
<period single_start="13:00" when_holiday="ignore_holiday"/>
</weekday>
<weekday day="7" which="-3">
<period single_start="13:00" when_holiday="ignore_holiday"/>
</weekday>
<weekday day="7" which="-4">
<period single_start="13:00" when_holiday="ignore_holiday"/>
</weekday>
</monthdays>
<holidays>
<weekdays>
<day day="7"/>
</weekdays>
</holidays>
</run_time>
</source>
}}
prevent the execution of a job at a specific mothday
...
<day day="1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31">
<period single_start="13:00"/>
</day>
</monthdays>
</run_time>
</source>
}}
stop a job for a not predfined period
...