The predicate for stopped processes.
mp
process-stopped-p process => result
| process⇩ |
A mp:process object. |
| result⇩ |
A boolean. |
The function process-stopped-p queries whether the process process is stopped or not.
If process stopped because it called process-stop on itself, then process-stopped-p result is t only if process-stop really stopped it (that is, a later call to process-unstop will unstop the process).
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51