Sets the Terminate Method of the current process.
mp
current-process-set-terminate-method &key local-terminator remote-terminator terminate-by-send
local-terminator⇩ |
A function designator for a function of no arguments. |
remote-terminator⇩ |
A function designator for a function of one argument. |
terminate-by-send⇩ |
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 local-terminator, remote-terminator and terminate-by-send.
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 - 01 Dec 2021 19:30:51