 | 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
Syntaxpublic static int iGetNumRegisteredBackgroundScripts()
public static int iGetNumRegisteredBackgroundScripts()
Public Shared Function iGetNumRegisteredBackgroundScripts As Integer
Public Shared Function iGetNumRegisteredBackgroundScripts As Integer
public:
static int iGetNumRegisteredBackgroundScripts()
public:
static int iGetNumRegisteredBackgroundScripts()
static member iGetNumRegisteredBackgroundScripts : unit -> int
static member iGetNumRegisteredBackgroundScripts : unit -> int
Return Value
Type:
Int32The number of registered background scripts: in progress, finished, failed, deleted etc.
RemarksAllows the project to track the progress/failure/success of scripts launched in the background
See Also