Method: AX::Application#hide
- Defined in:
- lib/ax/application.rb
#hide ⇒ Boolean
Note:
This is often async and may return before the action is completed
Ask the app to hide itself
261 262 263 |
# File 'lib/ax/application.rb', line 261 def hide perform :hide end |