We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The goal is to enable processes that require interaction (i.e. can't use terminal=false) to refresh plugins on exit.
terminal=false
To observe process lifetime without polling we need the process ID (PID) that can be obtained using GetBSDProcessList. There should also be a new parameter to specify the name of the process to observe.
GetBSDProcessList
Again I'm happy to submit a PR or make changes.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The goal is to enable processes that require interaction (i.e. can't use
terminal=false
) to refresh plugins on exit.To observe process lifetime without polling we need the process ID (PID) that can be obtained using
GetBSDProcessList
. There should also be a new parameter to specify the name of the process to observe.Again I'm happy to submit a PR or make changes.
The text was updated successfully, but these errors were encountered: