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

NextPrevUpTopContentsIndex

process-p

Function
Summary

The predicate for processes.

Package

mp

Signature

process-p object => bool

Arguments

object

Any object

Values

bool

A generalized boolean.

Description

The function process-p returns t if object is a process, and nil otherwise.


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex