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