NoSuchProcess if the process no longer exists.
Process.kill
void kill() @trustedKills the process forcefully (SIGKILL on Unix).
Throws
AccessDenied if insufficient permissions.
void kill() @trustedKills the process forcefully (SIGKILL on Unix).
NoSuchProcess if the process no longer exists.