Tests whether a process is an internal server.
mp
process-internal-server-p process => result
process⇩ |
A mp:process object. |
result |
A boolean. |
The function process-internal-server-p
is the predicate for whether process is marked as "internal server".
Processes are marked as "internal server" by a true value for :internal-server
amongst the keywords in a call to process-run-function.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51