/
Set unit status
Set unit status
Description
Sets the status of the unit.
Syntax
SetUnitStatus(Byval UnitName as String, Byval Status As String) As Boolean
Parameters
UnitName (String)
The name of the unit
Status (String)
The new status
- "Active"
- "Inactive"
Return Value
Boolean. The function returns True if successful, otherwise false.
Example
VBScript
Set oCMS = CreateObject("CapaInstaller.SDK") wscript.echo oCMS.SetUnitStatus("Klient","Inactive")
, multiple selections available,
Related content
Set unit status
Set unit status
More like this
Set unit status
Set unit status
More like this
Set unit status
Set unit status
More like this
Set unit name
Set unit name
More like this
Set unit name
Set unit name
More like this
Set unit name
Set unit name
More like this