Click or drag to resize

CSYSLogScriptRun Method

This method logs that a script was run

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void LogScriptRun(
	CGXNETCore gxNetShared,
	string location
)

public static void LogScriptRun(
	CGXNETCore gxNetShared,
	string location
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
location
Type: SystemString
Location that launched the script
See Also