_Quit Function | |
Terminate application processing, close all open files, and return control to the operating system.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax Remarks This function can be used from anywhere in an application.
A RETURN executed from the Start() function can also be used to QUIT an application.
See Also