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.