SMS\_JobRetryLater
SMS_JobRetryLater()
Section titled “SMS_JobRetryLater()”| Option | Description | Type |
|---|
Return Type
Section titled “Return Type”Boolean, TRUE if function completed successfully.
Description
Section titled “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
Section titled “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)
See Also
Section titled “See Also”