unix-2.8.6.0: POSIX functionality
Safe HaskellTrustworthy
LanguageHaskell2010

System.Posix.Process.Internals

Documentation

pPrPr_disableITimers :: IO () Source #

c_execvpe :: CString -> Ptr CString -> Ptr CString -> IO CInt Source #

decipherWaitStatus :: CInt -> IO ProcessStatus Source #

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: 2.7.0.0

Stopped Signal

the process was stopped by a signal

Instances

Instances details

AltStyle によって変換されたページ (->オリジナル) /