Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
!!! 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)Job
Code Block |
---|
<run_time begin="12:00" end="13:00"/> |
...