Function Entry: VLR-SET-NOTIFICATION

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLR-SET-NOTIFICATION

Name

vlr-set-notification

Class

Reactor Function

Syntax

(vlr-set-notification reactor scope)

Arguments and Values

  • reactor: a VLR object.
  • scope: the symbol 'active-document-only or 'all-documents.

Description

Defines whether a reactor's callback function will execute when its associated namespace is not active.

Return Values

Returns the new scope symbol on success, or nil on failure.

Side Effects

Mutates the reactor object.

Examples

  • (vlr-set-notification myReactor 'all-documents) makes the reactor fire even when its source document is not current.

Availability

  • AutoCAD 2026: documented (Windows only).
  • BricsCAD V26: presumed compatible.
  • Status: AutoCAD-Windows documented; BricsCAD parity TBD.

Source Notes