process <-
code: name|int*Signal name or exit status that terminated or stopped the process. If it
is filled with a name, this is the name of the signal. If it is filled
with an integer, the process exited through calling exit()
and the value is the argument passed to exit.