plugins-workspace
plugins-workspace copied to clipboard
[shell] feat: close event on child process
it could be awesome if this plugin get an event on closed child.
https://doc.rust-lang.org/std/process/struct.Child.html#method.wait
The command does emit a close event: https://v2.tauri.app/reference/javascript/shell/#example-1
Is that what you're asking for?
Not at all, close event for spawned child process, not command
https://github.com/tauri-apps/plugins-workspace/pull/1947
+1 I need this. For sure an issue that needs to be tackled.