Syntax
Public Sub EndScript()
Description
This function is used to stop the running script pro-grammatically.
Parameters
No parameters.
Return value
No returns value.
Sample
Public Sub main()Dim isCodeStoppedisCodeStopped = TrueIf CBool(isCodeStopped) Then 'See the Journal tab to check the code status EndScript End if End Sub
See Also