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.

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

public static void Abort(
	string message
)

Parameters

message
Type: SystemString
Message to display
See Also