Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Assign this schedule to your job or order: edit the runtime parameter and remove everything until you just have <run_time schedule="NeverRun"/>.

E.g.:

Code Block

 <?xml version="1.0" encoding="ISO-8859-1"?>
 <job>
    <params/>
    <script language="shell">
        <![CDATA[
 echo halloo welt!
        ]]>
    </script>
    <run_time schedule="NeverRun"/>.
 </job>
  • Now the trick is that you can replace schedules with other schedules for a certain period. This means you can create a repeat schedule which will replace the NeverRun schedule until 01/01/2013:

...