Versions Compared

Key

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

Kiuwan Local Analyzer command scripts (agent.cmd and agent.sh) return 0 after a successful execution.

  • In Windows, you can check return code codes in %ERRORLEVEL%
  • In Unix, you can check it them in $?

 Please visit Local Analyzer Return Codes for detailed info on non-zero exit codes.

...