| Safe Haskell | Trustworthy |
|---|
System.Posix.Process.Internals
Synopsis
- pPrPr_disableITimers :: IO ()
- c_execvpe :: CString -> Ptr CString -> Ptr CString -> IO CInt
- decipherWaitStatus :: CInt -> IO ProcessStatus
- data ProcessStatus
Documentation
pPrPr_disableITimers :: IO ()Source
data ProcessStatus Source
The exit status of a process
Constructors
Terminated Signal Bool
the process was terminated by a
signal, the Bool is True if a core
dump was produced
Since: 2.7.0.0
Instances