/
CMS_UninstallPackageFromUnitById

CMS_UninstallPackageFromUnitById

Description

Uninstalls package from unit

 

Syntax

CMS_UninstallPackageFromUnit(sID) As Boolean

 

Parameters

sID (String)

ID of the package (JobId from the JOB table)

Example

If bStatus Then bStatus = CMS_UninstallPackageFromUnitById("126")

Scripting Guidelines

 

Related functions