Skip to content

CMS\_JobRetryLater

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

:vb: CMS_JobRetryLater(sTxt) As Boolean

sTxt (String)

Append message to Log

:vb: Boolean, TRUE if function completed successfully.

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

Scripting Guidelines