unix-2.8.6.0: POSIX functionality
Safe HaskellTrustworthy
LanguageHaskell2010

System.Posix.Process.Internals

Synopsis

Documentation

dataProcessStatusSource#

The exit status of a process

Constructors

ExitedExitCode

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

TerminatedSignalBool

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

Since: 2.7.0.0

StoppedSignal

the process was stopped by a signal

close