process <-
status: nameStatus of the process:
- inactive
- After the process
object is created
- running
- The process has been started and not yet stopped or terminated
- stopped
- The process has been stopped on a signal
- killed
- The process has been killed on a signal
- exited
- The process has terminated by calling
exit()
- See also
- - process
->killed
- process->exited