/
CMS_JobRetryLater
CMS_JobRetryLater
Description
Cancels the job execution and will be run at next Agent cycle.
Note: This function will set bStatus to False in order to skip the Job execution
Syntax
CMS_JobRetryLater(sTxt) As Boolean
Parameters
sTxt (String)
Append message to Log
Return value
Boolean, TRUE if function completed successfully.
Example
VBScript
If bStatus Then bStatus = CMS_JobRetryLater("Waiting for Office 2010 installation")
Related functions
, multiple selections available,
Related content
$cs.Job_Start
$cs.Job_Start
More like this
CMS_RunSystemAgent
CMS_RunSystemAgent
More like this
$cs.Job_WriteLog
$cs.Job_WriteLog
More like this
CMS_AddPackageToUnit
CMS_AddPackageToUnit
More like this
CMS_SetPackageStatusToNotCompliant
CMS_SetPackageStatusToNotCompliant
Read with this
CMS_GetPackageStatus
CMS_GetPackageStatus
More like this