process-id-exit-status

[procedure] process-id-exit-status process-id

[procedure] process-id-terminating-signal process-id

Scheme48: queries about the exit condition of the child process. See also fork, wait-for-child-process, process-id?

Some implementations provide procedures that queries the exit status returned by wait() or waitpid(). See wait?, sys-wait?, process-wait.