CMS\_JobRetryLater
Description
Section titled “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
Section titled “Syntax”:vb: CMS_JobRetryLater(sTxt) As Boolean
Parameters
Section titled “Parameters”sTxt (String)
Append message to Log
Return value
Section titled “Return value”:vb: Boolean, TRUE if function completed successfully.
Example
Section titled “Example”:vb: VBScript
Section titled “:vb: VBScript”If bStatus Then bStatus = CMS_JobRetryLater("Waiting for Office 2010 installation")