Finds a process based on the name of the process.
mp
find-process-from-name process-name => process
process-name
A string, the name of a process.
process
The process named by process-name .
Returns the process with the given name.
CL-USER 16 > (mp:find-process-from-name "Listener 1")
#<MP:PROCESS Name "Listener 1" Priority 600000 State "Running">