python-pidfile icon indicating copy to clipboard operation
python-pidfile copied to clipboard

[Feature request] Can you provide an interface to get the PID of running process

Open wxwok opened this issue 5 years ago • 0 comments

Sometimes when someone writes a single process application, he may want to provide an option to kill the process who is already. In other words, developers want to terminate the running instance or send some signals to it. It needs to get the running process's PID first.

wxwok avatar Dec 13 '19 14:12 wxwok