Versions Compared

Key

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

...

  • If the first or second job within the Try block fails then the jobs in the Catch block will be executed and otherwise are skipped.
  • If the jobs in the Catch block are executed successfully then the order continues with the instruction after the Try-End node.

Further Resources

Display content by label
TypeHow To
Labelsjs7 howto try-catch