Next Prev Up Top Contents Index

find-process-from-name

Function
Summary

Finds a process based on the name of the process.

Package

mp

Signature

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

Arguments

process-name

A string, the name of a process.

Values

process

The process named by process-name .

Description

Returns the process with the given name.

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

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index