SMS_JobRetryLater
SMS_JobRetryLater()
Option |
Description |
Type |
---|
Return Type
Boolean, TRUE if function completed successfully.
Description
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.
Example
<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)