 | 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
Syntaxpublic static int iCheckStop()
public static int iCheckStop()
Public Shared Function iCheckStop As Integer
Public Shared Function iCheckStop As Integer
public:
static int iCheckStop()
public:
static int iCheckStop()
static member iCheckStop : unit -> int
static member iCheckStop : unit -> int
Return Value
Type:
Int32
0 - No
1 - Yes, Terminate processing.
See Also