# Functions
Add adds a process to global list and returns its PID.
Exec starts executing a shell command, it tracks corresponding its process and use default timeout.
Exec starts executing a shell command in given path, it tracks corresponding process and timeout.
Exec starts executing a shell command, it tracks corresponding process and timeout.
Kill kills and removes a process from global list.
Remove removes a process from global list.
# Constants
No description provided by the author