Learn how to report function execution status in Speckle Automate
Status | Method | When to Use |
---|---|---|
Success | mark_run_success() | Function executes correctly and returns expected results |
Failed | mark_run_failed() | Function completes but results are invalid or not useful |
Exception | mark_run_failed() + raise | Function crashes due to unexpected errors |