Function: SB-EXT:PROCESS-KILL

package type github

Hand SIGNAL to PROCESS. If WHOM is :PID, use the kill Unix system call. If WHOM is :PROCESS-GROUP, use the killpg Unix system call. If WHOM is :PTY-PROCESS-GROUP deliver the signal to whichever process group is currently in the foreground.

Lambda list

(sb-impl::process signal &optional sb-impl::whom)