vlr-notification (AutoLISP/ActiveX)

Determines whether or not a reactor will fire if its associated namespace is not active

Supported Platforms: Windows only

Signature

(vlr-notification reactor)
reactor

Type: VLR object

An object.

Return Values

Type: Symbol

A symbol, which can be either 'all-documents (the reactor fires whether or not its associated document is active), or 'active-document-only (the reactor fires only if its associated document is active).

Examples

N/A