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 - 21 Dec 2011