unix-2.7.2.2: POSIX functionality
Safe HaskellTrustworthy
LanguageHaskell2010

System.Posix.Process.Internals

Synopsis

Documentation

data ProcessStatus Source #

The exit status of a process

Constructors

Exited ExitCode

the process exited by calling exit() or returning from main

Terminated Signal Bool

the process was terminated by a signal, the Bool is True if a core dump was produced

Since: unix-2.7.0.0

Stopped Signal

the process was stopped by a signal