The result of executing this code. returns Success(true) true if the code did a "stop" at the top level, Success(false) if the code didn't "stop" at the top level, and Failure if the code raised an exception while executing.
Success(true)
Success(false)
Failure