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