# Functions
No description provided by the author
FindProcess looks up a single process by pid.
IsProcessRunning states whether a process is running or not.
NewProcess creates a new Process instance, it only stores the pid and checks that the process exists.
Ps returns all processes in a similar fashion to `ps` command on Unix.
# Interfaces
IProcess is the generic interface that is implemented on every platform and provides common operations for processes.