plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

[shell] feat: close event on child process

Open Ludea opened this issue 1 year ago • 4 comments

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

Ludea avatar Oct 11 '24 09:10 Ludea

The command does emit a close event: https://v2.tauri.app/reference/javascript/shell/#example-1

Is that what you're asking for?

FabianLars avatar Oct 11 '24 15:10 FabianLars

Not at all, close event for spawned child process, not command

Ludea avatar Oct 11 '24 15:10 Ludea

https://github.com/tauri-apps/plugins-workspace/pull/1947

Ludea avatar Oct 17 '24 16:10 Ludea

+1 I need this. For sure an issue that needs to be tackled.

VanIseghemThomas avatar Oct 02 '25 08:10 VanIseghemThomas