It would be useful if the System Restart Task had the ability to wait for the restart to complete before returning the result and carrying on with the flow.
Current behaviour - System reboots and task is successful immediately
Expected Behaviour - System reboots and task waits until the system has finished rebooting (i.e. wait until it pings again?)
I currently use Powershell to achieve this
Restart-Computer -ComputerName "ServerNameHere" -Wait
but it would be nice if this could be done within VisualCron natively?