Exercise 8A - Expression Dependency: Multiple Time Windows
Create a Global Property call
[[FAKETIME]]
with a value of0
.Create a Schedule named MULTIPLE TIME WINDOWS that contains a Job with three Time windows.
- Use the
[[FAKETIME]]
Global Property that will allow us to manually update the Time. - Between
2
and5
am - Between
11
am and2
pm - Between
5
and8
pm
- Use the
Build the Schedule.
Verify that the Job did not run.
Update the Property to
03
.Verify that the Job ran.
Update the Property to
07
.Restart the Job.
Verify that the Job is waiting.
Update the Property to
12
.Verify that the Job ran again.
Update the Property to
15
.Restart the Job, and make sure it is waiting.
Update the Property to
18
and make sure the Job ran.Update the Property to
22
.Restart the Job and make sure that it is not running.
- In the real world, a
Latest Start Time
would be used.
- In the real world, a