StopApp
Function to stop the current application.
Syntax:
Boolean StopApp();
Stop
the runtime application.
Return:
True: if the application was stopped successfully.
False: if the application was not stopped successfully.
Example:
Stop the runtime application
SVApplications.StopApp();
|