Click or drag to resize

CSYSLogScriptRun Method

This method logs that a script was run

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

public static void LogScriptRun(
	string location
)

Parameters

location
Type: SystemString
Location that launched the script
See Also