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.