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

How to kill a running process ? #13

Open
kiranpradeep opened this issue Aug 4, 2016 · 1 comment
Open

How to kill a running process ? #13

kiranpradeep opened this issue Aug 4, 2016 · 1 comment

Comments

@kiranpradeep
Copy link

Is it possible to kill a running process with procxx as is ? Or is up to library user to get pid and manually issue a kill command ?

@st-1dev
Copy link

st-1dev commented Dec 21, 2016

How I think only manualy by killing pid. You can get pid from this method

/**
 * Gets the process id.
 */
pid_t id() const

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants