You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Problem (Example)

  • Order was scheduled to start M-F at 5:00 pm
  • The last order job must start at 12:00 am (have to wait)

If it is possible to measure the running time of the job than you can define the beginning of the runtime to the specific start time.

Solution

Job (max. running time 1 hour (12:00 - 13:00)

 <run_time begin="12:00"  end="13:00"/>

Order

 <run_time let_run="no" >
    <period single_start="17:00"/>
 </run_time>
  • No labels