So if you have a task with its dependsOn property set to a list with one or more items and you run it, the other tasks in that list will also be executed. If they are 1 or 2 then you may be fine terminating them one-by-one but if you have let's say 5 tasks as I do in my current project, then you may be better of with a Kill All Tasks command.
I found your extension while looking for something already built that does that. If you think it makes sense, I can look to see if I can create a PR adding this feature to killtasksbutton. As a side project I'm planning to build myself an extension that does exactly that if I can't find one anyway.
So if you have a task with its
dependsOnproperty set to a list with one or more items and you run it, the other tasks in that list will also be executed. If they are 1 or 2 then you may be fine terminating them one-by-one but if you have let's say 5 tasks as I do in my current project, then you may be better of with a Kill All Tasks command.I found your extension while looking for something already built that does that. If you think it makes sense, I can look to see if I can create a PR adding this feature to killtasksbutton. As a side project I'm planning to build myself an extension that does exactly that if I can't find one anyway.