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

Add an option to get the exit code of the process if available #61

Open
jamezp opened this issue Jul 24, 2024 · 0 comments · May be fixed by #63
Open

Add an option to get the exit code of the process if available #61

jamezp opened this issue Jul 24, 2024 · 0 comments · May be fixed by #63
Labels
enhancement New feature or request
Milestone

Comments

@jamezp
Copy link
Member

jamezp commented Jul 24, 2024

Create a method on the ServerManager to retrieve the exit code from the process if it has exited. If the ProcessHandle is a Process, the exitValue() can be retrieved. Otherwise we should always return a known value to match an unknown value.

@jamezp jamezp added this to the 1.2.0.Final milestone Jul 24, 2024
@jamezp jamezp added the enhancement New feature or request label Jul 25, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant