Click or drag to resize

CPROJiGetNumRegisteredBackgroundScripts Method

Register a OMS script launched from the project

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static int iGetNumRegisteredBackgroundScripts()

public static int iGetNumRegisteredBackgroundScripts()

Return Value

Type: Int32
The number of registered background scripts: in progress, finished, failed, deleted etc.
Remarks
Allows the project to track the progress/failure/success of scripts launched in the background
See Also