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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Abort(
	CGXNETCore gxNetShared,
	string message
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
message
Type: SystemString
Message to display
See Also