std.ps.kill

std.ps

kill(pid, signal)

Send a signal to a process

Sends signal to the process identified by pid. Common signal numbers: SIGHUP=1, SIGINT=2, SIGTERM=15, SIGKILL=9, SIGSTOP=19, SIGCONT=18. Wraps kill(2).