Click or drag to resize
CSYSAbort Method
This method terminates the execution of a script. A message giving the reason for the abort will be displayed along with the line number where we stopped in the script.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Abort(
	string str1
)

Parameters

str1
Type: SystemString
Message to display
See Also