vle-end-transaction


(vle-end-transaction)

finishes the active database transaction for current drawing

Arguments

none

Return

T when transaction is active, NIL otherwise

Example

(vle-end-transaction)
T : transaction is active
NIL : transaction is not active

Alias


Remarks

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



©  Bricsys NV. All rights reserved.