Skip to content

SMS\_JobRetryLater

OptionDescriptionType

Boolean, TRUE if function completed successfully.

Cancels SMS Job execution.
If this function is called the rest of the Job is skipped and restarted the next time the SMS Client is being executed.

<Add Function Scripting Guidelines here>

bStatus=True
If bStatus Then bStatus=IncludeScript(“customlib.cis”)
If bStatus Then bStatus=IncludeScriptingLibrary(“CapaInstaller Scripting Library.cin”)

If bStatus Then bStatus=Job_Start(“WS”,“EnvManipulation”,“1.0”,“Env_test.log”,“CONFIGURE”)
If bStatus Then bStatus=SMS_JobRetryLater()
Job_End(bStatus)