exit
|
The exit function terminates the entire application and shuts down any active GUI.
The Integer argument exitCode is returned to the host operating system.
Usage The exit function is used to exit out of the entire application
shutting down any active GUI and returning to the host operating system.
(exit 0) Return value is immaterial as this function never returns.
Expression:
Arguments
Name
Type
Description Argument: exitCode Integer
The exit code to be returned to the host OS
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|