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

Implement stop command #57

Open
lvps opened this issue Sep 27, 2021 · 1 comment
Open

Implement stop command #57

lvps opened this issue Sep 27, 2021 · 1 comment

Comments

@lvps
Copy link
Member

lvps commented Sep 27, 2021

Right click > stop > unrecognized command

@lvps lvps added the server label Sep 27, 2021
@lvps lvps added this to the Short term things 2.0 milestone May 18, 2022
@il-palmi
Copy link
Member

il-palmi commented Mar 7, 2023

import psutil
p = psutil.Process(pid)
p.kill()

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

No branches or pull requests

2 participants