- process-signal PROCESS #!optional SIGNALprocedure
Sends SIGNAL to the process with the integer id or prcoess object PROCESS using the UNIX system call kill(). SIGNAL defaults to the value of the variable signal/term.
NOTE: On native Windows builds (all except cygwin), this procedure is unimplemented and will raise an error.