Next Prev Up Top Contents Index

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 Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index