Not sure if this is a bug or if there's some technical reason for it, but as the title says, if you have a script with a dialog open and try to terminate it with End Task via Task Manager, its status changes to "Aborted", but the window remains open until it gets focus again. Once that happens, the script finally gets terminated.
The problem is with scripts that use dialogs with msgonly=true; the window will never get activated, so that particular script will never actually stop. (Unless you end up killing Opus of course
)
A script ready for testing (ignore the content is just a dummy script I use to report issues).
dlgtest.osp (1.2 KB)