What if we have ten jobs that all have one time trigger. Each job is set to run MTWTF but at a different hour. So for example, Job 1 is setup to run MTWTF at 7AM and job 2 is set to run at 8AM and job 3 is set to run at 9AM and so on. We want these jobs to wait on each other if one is still running when another is scheduled to start. So Job 1 is still running at 8AM when job 2 is scheduled to start. We want job 2 to wait and start as soon as job 1 has completed and so on.
How would this be possible?