Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
System.Posix.Process.Internals
- pPrPr_disableITimers :: IO ()
- c_execvpe :: CString -> Ptr CString -> Ptr CString -> IO CInt
- decipherWaitStatus :: CInt -> IO ProcessStatus
- data ProcessStatus
Documentation
pPrPr_disableITimers :: IO ()Source
data ProcessStatusSource
The exit status of a process
Constructors
Exited ExitCode | the process exited by calling
|
Terminated Signal Bool | the process was terminated by a
signal, the Since: 2.7.0.0 |
Stopped Signal | the process was stopped by a signal |
Instances