Method: AX::Application#hide

Defined in:
lib/ax/application.rb

#hideBoolean

Note:

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

Ask the app to hide itself

Returns:

  • (Boolean)


261
262
263
# File 'lib/ax/application.rb', line 261

def hide
  perform :hide
end