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

Arguments

process

A process.

Values

reasons

A list of run reasons.

Description

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

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index