Click or drag to resize

CPROJGetRegisteredBackgroundScript Method (CGXNETCore, Int32, String, String, String, String, String, CVV, String)

Retrieve info on a registered OMS script launched from the project

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void GetRegisteredBackgroundScript(
	CGXNETCore gxNetShared,
	int index,
	ref string date_time,
	ref string name,
	ref string name2,
	ref string script,
	ref string log,
	CVV output_files,
	ref string process_id
)

public static void GetRegisteredBackgroundScript(
	CGXNETCore gxNetShared,
	int index,
	ref string date_time,
	ref string name,
	ref string name2,
	ref string script,
	ref string log,
	CVV output_files,
	ref string process_id
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
index
Type: SystemInt32
Index for the process (input) 0 to N-1
date_time
Type: SystemString
Date/Time string in format DD/MM/YYYY hh:mm:ss
name
Type: SystemString
Name for the process (output)
name2
Type: SystemString
Secondary name for the process (output)
script
Type: SystemString
file name of the script (output)
log
Type: SystemString
file name of the output log (returned, can be empty).
output_files
Type: GeoEngine.Core.GXNetXCVV
List of output documents created by the script. of size -<define>STR_FILE</define>
process_id
Type: SystemString
Process ID (returned)
Remarks
reference by index
See Also