Let's say I have scheduled Task A in Windows Server task scheduler, and it's set to run 6 times a day.
I manually run it 20 minutes before it's about to run next, but I forget that it's going to take about 20 minutes to run so I don't want it to run multiple instances of it concurrently.
If I disable the task will it stop the current process that's running the task immediately or will it continue until it finishes?