Finds a process from its name.
mp
find-process-from-name process-name => result
process-name
A string.
result
A mp:process , or nil .
mp:process
nil
The function find-process-from-name returns the process with the name process-name .
find-process-from-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">
get-process
LispWorks User Guide and Reference Manual - 21 Dec 2011