Method: AX::Application#terminate
- Defined in:
- lib/ax/application.rb
#terminate ⇒ Boolean
Note:
This is often async and may return before the action is completed
Ask the app to quit
241 242 243 |
# File 'lib/ax/application.rb', line 241 def terminate perform :terminate end |