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.

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 int iCheckStop()

Return Value

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