| Did you know ... | Search Documentation: |
| @running_processes |
Chain holding all running inferior processes
This chain is managed by process->open, process->stopped,
process->killed
and process->exited.
It contains all those processes that have pid not equal to @nil
(i.e. the process
objects that have a living Unix counterpart).
This chain may be used to check whether there are any living subprocesses associated to this PCE process.
->kill