Difference between revisions of "Application:exit"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.2.2
 +
<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 +
<br/>
 +
 
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
<br />
Terminates the application. Although this function is available to all platforms, it should be used on Android only.<br />
+
<translate>
<br /></translate>
+
Terminates the application. Although this function is available to all platforms, it should be used on Android only.
 +
</translate>
 +
<br/>
 +
<br />
 
<source lang="lua">
 
<source lang="lua">
Application:exit()
+
application:exit()
 
</source>
 
</source>

Revision as of 19:00, 31 May 2019


Available since: Gideros 2012.2.2
Class: Application

Description


Terminates the application. Although this function is available to all platforms, it should be used on Android only.

application:exit()