Function Entry: VLE-END-TRANSACTION
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-END-TRANSACTION
Name
vle-end-transaction
Class
BricsCAD VLE Library Function
Syntax
(vle-end-transaction)
Arguments and Values
- none
Description
finishes the active database transaction for current drawing
Return Values
T when transaction is active, NIL otherwise
Examples
(vle-end-transaction) T : transaction is active NIL : transaction is not active
Notes
see (vle-start-transaction)
when outermost Lisp execution finishes, a pending / open transaction is automatically closed (also when Lisp code errors)
calling (vle-end-transaction) when no transaction is active does not harm at all; it is a No-Operation then
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-end-transaction (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleendtransaction.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).