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

NextPrevUpTopContentsIndex

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.

Example
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 - 13 Feb 2015

NextPrevUpTopContentsIndex