How to Succesfully Reboot in a Task Chain?
I have a task chain that needs to reboot between two separate tasks:
task1
reboot
task2
task3
Problem is that task2 tends to start before the shutdown half of the reboot finishes, which means the task2 gets aborted by the reboot.
I've tried putting a delay after the reboot command (I've tried both the "timeout" and "ping" commands), expecting the delay to get aborted instead of task2, hoping that'll delay task2's start time until after the startup half of the reboot, but the tasks after the reboot never resume.
How can I get task2 to startup after the reboot?
Thanks!
/Kent
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Hobbsy
4 years ago