System.Linux.Proc.Process
newtype ProcessId Source #
Constructors
Fields
Defined in System.Linux.Proc.Process
Methods
(==) :: ProcessId -> ProcessId -> Bool #
(/=) :: ProcessId -> ProcessId -> Bool #
showsPrec :: Int -> ProcessId -> ShowS #
show :: ProcessId -> String #
showList :: [ProcessId] -> ShowS #
getProcProcessIds :: IO (Either ProcError [ProcessId]) Source #
Get the current list of ProcessIds.
ProcessId