# Functions
CheckPIDFile checks that the process PID file exists and is readable.
CreatePIDFile checks that the instance PID file is absent or deprecated and creates a new one.
GetPIDFromFile returns PID from the PIDFile.
IsProcessAlive checks if the process is alive.
ProcessStatus returns the status of the process.
StopProcess stops the process by pidFile.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author