Next Prev Up Top Contents Index

process-arrest-reasons

Function
Summary

Returns a list of the reasons why a Lisp process has stopped.

Package

mp

Signature

process-arrest-reasons process => reasons

Arguments

process

A process.

Values

reasons

A list of reasons.

Description

Returns a list of the reasons why a Lisp process has stopped. A process is inactive if it has any arrest reasons. The list can be changed using setf , though it is not usually necessary to add arrest reasons.

See also

process-run-reasons


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index