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
I need in some occasions a background execution of some commands. With it it would be great to store a pid of such process too
The text was updated successfully, but these errors were encountered:
This is a great suggestion. I do plan to implement it as part of a future update.
Sorry, something went wrong.
bump.
Noted :-) I see 3 more upvotes... I'm tied up with a few other projects. Look for an update to this in 2 weeks.
As a workaround, you can add & to the end of your command, and get the output from result.stdout and parse it for the PID.
&
result.stdout
https://stackoverflow.com/questions/1908610/how-to-get-pid-of-background-process
davydany
No branches or pull requests
I need in some occasions a background execution of some commands.
With it it would be great to store a pid of such process too
The text was updated successfully, but these errors were encountered: