Click or drag to resize

CSYSiCheckStop Method

This method is called at convenient points in the GX code to check if the user has asked the script to stop running. This method should be called by any GX program that may take a while to complete.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iCheckStop()

public static int iCheckStop()

Return Value

Type: Int32
0 - No 1 - Yes, Terminate processing.
See Also