exit()
Closes the application.
Syntax
exit
(
)
Parameters
Parameter
Type
Description
None
Return Value
`0` if the application exit command was successfully executed.
`None` if the exit command is unavailable or an error occurs.
Examples
Exit the application
exit
(
)
;
See also
open
close
settings
exit
exitforce
Exit