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")