 | CPROJGetRegisteredBackgroundScript Method (Int32, String, Int32, String, String, Int32, String, String, Int32, CVV, String, Int32) |
Retrieve info on a registered OMS script launched from the project
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static void GetRegisteredBackgroundScript(
int index,
ref string date_time,
int date_time_size,
ref string name,
ref string name2,
int name_size,
ref string script,
ref string log,
int filename_size,
CVV output_files,
ref string process_id,
int id_size
)
public static void GetRegisteredBackgroundScript(
int index,
ref string date_time,
int date_time_size,
ref string name,
ref string name2,
int name_size,
ref string script,
ref string log,
int filename_size,
CVV output_files,
ref string process_id,
int id_size
)
Public Shared Sub GetRegisteredBackgroundScript (
index As Integer,
ByRef date_time As String,
date_time_size As Integer,
ByRef name As String,
ByRef name2 As String,
name_size As Integer,
ByRef script As String,
ByRef log As String,
filename_size As Integer,
output_files As CVV,
ByRef process_id As String,
id_size As Integer
)
Public Shared Sub GetRegisteredBackgroundScript (
index As Integer,
ByRef date_time As String,
date_time_size As Integer,
ByRef name As String,
ByRef name2 As String,
name_size As Integer,
ByRef script As String,
ByRef log As String,
filename_size As Integer,
output_files As CVV,
ByRef process_id As String,
id_size As Integer
)
public:
static void GetRegisteredBackgroundScript(
int index,
String^% date_time,
int date_time_size,
String^% name,
String^% name2,
int name_size,
String^% script,
String^% log,
int filename_size,
CVV^ output_files,
String^% process_id,
int id_size
)
public:
static void GetRegisteredBackgroundScript(
int index,
String^% date_time,
int date_time_size,
String^% name,
String^% name2,
int name_size,
String^% script,
String^% log,
int filename_size,
CVV^ output_files,
String^% process_id,
int id_size
)
static member GetRegisteredBackgroundScript :
index : int *
date_time : string byref *
date_time_size : int *
name : string byref *
name2 : string byref *
name_size : int *
script : string byref *
log : string byref *
filename_size : int *
output_files : CVV *
process_id : string byref *
id_size : int -> unit
static member GetRegisteredBackgroundScript :
index : int *
date_time : string byref *
date_time_size : int *
name : string byref *
name2 : string byref *
name_size : int *
script : string byref *
log : string byref *
filename_size : int *
output_files : CVV *
process_id : string byref *
id_size : int -> unit
Parameters
- 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 - date_time_size
- Type: SystemInt32
Size of descriptive names for script process - name
- Type: SystemString
Name for the process (output) - name2
- Type: SystemString
Secondary name for the process (output) - name_size
- Type: SystemInt32
Size of descriptive names for script process - script
- Type: SystemString
file name of the script (output) - log
- Type: SystemString
file name of the output log (returned, can be empty). - filename_size
- Type: SystemInt32
Size of script and log filenames - output_files
- Type: GeoEngine.Core.GXNetCVV
List of output documents created by the script. of size -<define>STR_FILE</define> - process_id
- Type: SystemString
Process ID (returned) - id_size
- Type: SystemInt32
Size of the process ID string
Remarksreference by index
See Also