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
Force the app to quit
251 252 253 |
# File 'lib/ax/application.rb', line 251 def terminate! perform :force_terminate end |