Finds a process from its name.
mp
find-process-from-name process-name => result
process-name⇩ |
A string. |
result |
A mp:process , or nil . |
The function find-process-from-name
returns the process with the name process-name.
If there is no such process, the function returns nil
.
CL-USER 16 > (mp:find-process-from-name "Listener 1") #<MP:PROCESS Name "Listener 1" Priority 600000 State "Running">
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51