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 - 18 Feb 2025 15:32:36