Method: OpenC3::JsonApiObject#shutdown

Defined in:
lib/openc3/io/json_api_object.rb

#shutdownObject

Permanently disconnects from the http server



110
111
112
113
# File 'lib/openc3/io/json_api_object.rb', line 110

def shutdown
  @shutdown = true
  disconnect()
end