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") |
Uninstalls package from unit
CMS_UninstallPackageFromUnit(sID) As Boolean
sID (String)
ID of the package (JobId from the JOB table)
If bStatus Then bStatus = CMS_UninstallPackageFromUnitById("126") |