Difference between revisions of "Application:exit"

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

Revision as of 12:55, 2 December 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()