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

NextPrevUpTopContentsIndex

process-internal-server-p

Function
Summary

Tests whether a process is an internal server.

Package

mp

Signature

process-internal-server-p process => result

Arguments

process

A mp:process object.

Values

result

A boolean.

Description

The function process-internal-server-p is the predicate for whether a process is marked as "internal server".

Notes

Processes are marked as "internal server" by a true value for :internal-server amongst the keywords in a call to process-run-function.

See also

process-run-function
any-other-process-non-internal-server-p


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex