Kill process started with Executor

bonsoir,

as of 2021.4.9-952, there’s no way to terminate a process that’s been started with Executor. it would be cool to have :

  • a bang that kills the running process
  • an option to kill it on Dispose (right now, say if you start a python script from a bat file with Executor, it’ll keep running even if you F9)

how does that sound?

thanks!

There is an extra node Kill that takes a process ID which the Executor returns.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.