class Utils::ProbeServer

def shutdown

shut down forcefully and then exits the program with status code 23.
This method outputs a warning message indicating that the server is being

The shutdown method terminates the probe server process immediately.
def shutdown
  output_message "Server was shutdown down manually!", type: :info
  exit 23
end