transaction_abort
Roll back the most recent open transaction to discard uncommitted changes. Use when an operation fails or must be canceled before commit.
Instructions
Roll back the most recent open transaction. Implementation note:
FreeCAD 1.1 headless abortTransaction is unreliable, so the worker
commits then undoes — net effect is a clean rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||