Method: AX::Application#terminate

Defined in:
lib/ax/application.rb

#terminateBoolean

Note:

This is often async and may return before the action is completed

Ask the app to quit

Returns:

  • (Boolean)


241
242
243
# File 'lib/ax/application.rb', line 241

def terminate
  perform :terminate
end