Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Conversion corrections

 

...

You can configure that a job is stopped after an error.

...

Code Block
languagehtml/xml

 <[http://www.sos-berlin.com/doc/en/scheduler.doc/xml/job.xml job]  <job stop_on_error="no">
     <[http://www.sos-berlin.com/doc/en/scheduler.doc/xml/script.xml script] <script language="shell">
         <![CDATA[
 exit 5
        ]]>
     </script>
     <[http://www.sos-berlin.com/doc/en/scheduler.doc/xml/run_time.xml run_time]><run_time>
         <period absolute_repeat="00:10" begin="00:00" end="24:00"/>
     </run_time>
 </job> 

...