Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shell] feat: close event on child process #1920

Open
Ludea opened this issue Oct 11, 2024 · 3 comments
Open

[shell] feat: close event on child process #1920

Ludea opened this issue Oct 11, 2024 · 3 comments
Labels
enhancement New feature or request plugin: shell

Comments

@Ludea
Copy link
Contributor

Ludea commented Oct 11, 2024

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 Ludea changed the title [shell] feat: close event when child proccess is spawn [shell] feat: close event on child process Oct 11, 2024
@FabianLars
Copy link
Member

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

Is that what you're asking for?

@FabianLars FabianLars added question Further information is requested plugin: shell labels Oct 11, 2024
@Ludea
Copy link
Contributor Author

Ludea commented Oct 11, 2024

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

@Ludea
Copy link
Contributor Author

Ludea commented Oct 17, 2024

#1947

@FabianLars FabianLars added enhancement New feature or request and removed question Further information is requested labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin: shell
Projects
None yet
Development

No branches or pull requests

2 participants