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

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 - 01 Dec 2021 19:30:51