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

NextPrevUpTopContentsIndex

process-stopped-p

Function
Summary

The predicate for stopped processes.

Package

mp

Signature

process-stopped-p process => result

Arguments

process

A mp:process object.

Values

result

A boolean.

Description

The function process-stopped-p queries whether the process process is stopped or not.

If process stopped because it called process-stop on itself, then process-stopped-p result is t only if process-stop really stopped it (that is, a later call to process-unstop will unstop the process).

See also

process-stop
process-unstop


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex