current-process-set-terminate-method &key local-terminator remote-terminator terminate-by-send
A function designator for a function of no arguments.
A function designator for a function of one argument.
A generalized boolean.
The function current-process-set-terminate-method
sets the Terminate Method of the current process. See process-run-function for the meaning of the keyword arguments.
The default value of terminate-by-send is t
. Therefore calling current-process-set-terminate-method
without arguments sets the Terminate Method to terminate-by-send. Calling current-process-set-terminate-method
with terminate-by-send nil
makes the process not have a Terminate Method.
LispWorks User Guide and Reference Manual - 20 Sep 2017