Difference between revisions of "Application:exit"

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

Revision as of 14:34, 23 August 2018

Available since: Gideros 2012.2.2

Description


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

 Application:exit()