# Packages
No description provided by the author
# Functions
New creates a new proces instance.
# Constants
HealthBad indicates the that the health check function returned an error.
HealthOK indicates the that the health check function returned a 'nil' error.
MemoryHigh is a notification that process memory for the current PID exceeds the threshold.
MemoryLow indicates the process memory is at or below the threshold.
Up is a notification that the process with the accompanying PID is up.
# Type aliases
EventType is used to label Event instances.