Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The return code is a variable holding an object that can be converted to a number if provided from a shell job. For such jobs the operating system exit code is handed over as the return code.

  • The return code is provided from the most recently executed job.

  • The return code is a buildbuilt-in variable that can be used in a predicate like this: $returnCode

  • Hint; with the JS7 - Job Instruction the returnCodeMeaning attribute can be set. This states the return codes (exit codes) that are considered signaling success or error of a job run. If the return code is not included with the list of successful return codes or is included in the list of return codes signaling an error then the order fails. If you want to handle such job execution results with an If Instruction then the respective return code has to be added to the list of successful return codes or has to be exempted from the list of return codes signaling errors.

...