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

NextPrevUpTopContentsIndex

process-run-reasons

Function
Summary

Returns the reasons that a specified process is running.

Package

mp

Signature

process-run-reasons process => reasons

(setf process-run-reasons) process reasons => reasons

Arguments

process

A process.

Values

reasons

A list of run reasons.

Description

The function process-run-reasons returns a list of reasons for the specified Lisp process running. These can be changed using setf .

A process is only active if it has at least one run reason and no arrest reasons.

See also

process-arrest-reasons
process-run-function
process-whostate


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex