# Functions
FindProcess looks up a single process by pid.
GetProcessesNames(): Retrieve parents processes.
Processes returns all processes.
# Structs
UnixProcess is an implementation of Process that contains Unix-specific fields and information.
# Interfaces
Process is the generic interface that is implemented on every platform and provides common operations for processes.