class Utils::ProbeServer
def shutdown
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