All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

find-process-from-name Function

Summary

Finds a process from its name.

Package

mp

Signature

find-process-from-name process-name => result

Arguments
process-name
A string.
Values
result
A mp:process, or nil.
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.

Examples
CL-USER 16 > (mp:find-process-from-name "Listener 1")
#<MP:PROCESS Name "Listener 1" Priority 600000 State "Running">
See also

get-process


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51