You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value here has no documentation. I assume it returns true if the process was successfully killed and false if the process was not successfully killed. But per my testing, I'm getting weird behavior and I'm not entirely sure if that's true. Can anyone answer when the boolean will be true and false and add documentation to the function that says so?
The text was updated successfully, but these errors were encountered:
https://docs.rs/sysinfo/0.32.1/sysinfo/struct.Process.html#method.kill
The return value here has no documentation. I assume it returns true if the process was successfully killed and false if the process was not successfully killed. But per my testing, I'm getting weird behavior and I'm not entirely sure if that's true. Can anyone answer when the boolean will be true and false and add documentation to the function that says so?
The text was updated successfully, but these errors were encountered: