Returns the reasons that a specified process is running.
mp
process-run-reasons process => reasons
(setf process-run-reasons) process reasons => reasons
process
A process.
reasons
A list of run reasons.
The function process-run-reasons returns a list of reasons for the specified Lisp process running. These can be changed using setf .
setf
A process is only active if it has at least one run reason and no arrest reasons.
process-arrest-reasons process-run-function process-whostate