Difference between revisions of "Application:exit"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(4 intermediate revisions by 2 users not shown)
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/>
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
application:exit()
 
application:exit()
</source>
+
</syntaxhighlight>
 +
 
 +
{{Application}}

Latest revision as of 18:21, 12 July 2023

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()