Skip to content

CMS_IsPackageScheduleEnabled

Checks if a given package has an active schedule

CMS_IsPackageScheduleEnabled(sPackage, sVersion) As Boolean

Name of the package

Version of the package

Boolean, TRUE if function completed successfully. The result will be stored in gbValue. If the package is not found function will return false

If bStatus Then xStatus = CMS_IsPackageScheduleEnabled("CapaInstaller", "v1.0")
If bStatus Then
xStatus = Job_WriteLog("Custom","gbValue: " & gbValue, bStatus, True)
End If

Scripting Guidelines

Constants Package Property Variables Business Unit support