Get a customized tour of VisualCron’s automation, integration, and task scheduling capabilities.
Explore VisualCron’s full power at your own pace with a free, all-access trial for 30 days.
Can't you always just execute the task in a separate process and kill that process when End Task is invoked? Whatever the task was running needs to be able to handle this kind of aborting anyway.It seems to me like End Task is mixing two different pieces of functionality:- sending an abort request- which can be handled by applications gracefully that support such a request- "pulling the plug" on an application (immediately killing the process- similar to what you might do with "End Task" in Task Manager in Windows)We rarely ever want the first one of these. We almost always want the second.In my specific case about SQL tasks- SQL Server will perform a rollback regardless of whether the calling task is still live- so I don't see a reason not to immediately kill the entire calling process.
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.26.176dac7