Finally ======= Category -------- Error Handling Commands Description ----------- This command specifies execution that should occur whether or not an error occured. Use this command when you want to always execute a specific command before leaving the try/catch block Parameters ---------- Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Error Handling Commands\\Finally\\Finally.xml` See Also -------- - :doc:`Catch Exception ` - :doc:`End Try ` - :doc:`Throw Exception ` - :doc:`Try `