/
Count conscom actions
Count conscom actions
Description
Counts the number of conscom actions.
Syntax
CountConscomActions() As Integer
CountConscomActions(Byval ManagementServerID as Integer) as Integer
Parameters
ManagementServerID (Integer)
The management server ID to check for. If omitted, conscom actions for all servers are counted.
Return value
Integer. The number of conscom actions found.
Example 1
In this example, the number of conscom actions for the management server with id = 3 is returned
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetDefaultManagementPoint("1") wscript.echo oCMS.CountConscomActions("3")
Example 2
In this example, the number of conscom actions for all management servers is returned
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetDefaultManagementPoint("1") wscript.echo oCMS.CountConscomActions()
, multiple selections available,
Related content
CMS_GetPackageStatus
CMS_GetPackageStatus
More like this
$cs.Reg_GetInteger
$cs.Reg_GetInteger
More like this
$cs.Reg_EnumKey
$cs.Reg_EnumKey
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this
$cs.Reg_SetQword
$cs.Reg_SetQword
More like this
$cs.Reg_GetMultiString
$cs.Reg_GetMultiString
More like this