Description
The function
find-process-from-name
returns the process with the name
process-name
.
If there is no such process, the function returns
nil
.
Example
CL-USER 16 > (mp:find-process-from-name "Listener 1")
#<MP:PROCESS Name "Listener 1" Priority 600000 State "Running">