Kill a process and (optionally) all its child processes
Run the command taskkill /f /pid
on Windows and kill
on
Unix, respectively, to kill a process.
proc_kill(pid, recursive = TRUE, ...)
pid |
The process ID. |
recursive |
Whether to kill the child processes of the process. |
... |
Arguments to be passed to |
The status code returned from system2()
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.