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


Example

VBScript
If bStatus Then bStatus = CMS_JobRetryLater("Waiting for Office 2010 installation") 

Scripting Guidelines


Related functions