Is there a way to string multiple scheduled tasks together, so one runs when the prior completes, rather than scheduling a time for each task?
Is there a way to string multiple scheduled tasks together, so one runs when the prior completes, rather than scheduling a time for each task?
Sure. Just write a script that runs your individual tasks sequentially and then schedule that.