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. |
reasons |
A list of run reasons. |
The accessor process-run-reasons
returns a list of reasons for process to run. These can be changed using setf.
A process is only active if it has at least one run reason and no arrest reasons.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51