Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels