Cutover task continues to be rescheduled, and will not complete
When cancelling the cutover tasks, the BT-RebootCheck will not cancel and remains "In Progress"
It is undetermined how the workstation ended up in this state:
The function "Disable UCPD" creates the "pending_reboot.txt" in the agents folder and schedules the machine to reboot after a minute.
While the machine is waiting to reboot the reboot check is constantly looking at the file that indicates a pending reboot each time it sees that file it instructs the back end to reschedule the job.
If the machine doesn't reboot for some reason or another, it may get stuck in this state where it's watching for the reboot to happen.
Upon reboot the operating system will rename that file to "reboot_complete.txt" and the reboot check will continue without rescheduling the job
If the "pending_reboot.txt" unexpectedly exists, this will prevent the cutover from completing.
Remove the "pending_reboot.txt" file from the agent folder, the process will be able to run and cutover, will complete.