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

Compare with Current View Page History

« Previous Version 9 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)

Solution

You can define the beginning of the runtime to the specific start time if it is possible to measure the running time of the job.

Job (max. running time 1 hour)

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

Order

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