Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Synopsis
- pPrPr_disableITimers :: IO ()
- c_execvpe :: CString -> Ptr CString -> Ptr CString -> IO CInt
- decipherWaitStatus :: CInt -> IO ProcessStatus
- data ProcessStatus
Documentation
pPrPr_disableITimers :: IO () Source #
decipherWaitStatus :: CInt -> IO ProcessStatus Source #
data ProcessStatus Source #
The exit status of a process
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
Eq ProcessStatus Source # | |
Defined in System.Posix.Process.Internals (==) :: ProcessStatus -> ProcessStatus -> Bool Source # (/=) :: ProcessStatus -> ProcessStatus -> Bool Source # |
|
Ord ProcessStatus Source # | |
Defined in System.Posix.Process.Internals compare :: ProcessStatus -> ProcessStatus -> Ordering Source # (<) :: ProcessStatus -> ProcessStatus -> Bool Source # (<=) :: ProcessStatus -> ProcessStatus -> Bool Source # (>) :: ProcessStatus -> ProcessStatus -> Bool Source # (>=) :: ProcessStatus -> ProcessStatus -> Bool Source # max :: ProcessStatus -> ProcessStatus -> ProcessStatus Source # min :: ProcessStatus -> ProcessStatus -> ProcessStatus Source # |
|
Show ProcessStatus Source # | |
Defined in System.Posix.Process.Internals |