Function Entry: ACET-SAFE-COMMAND

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

Function Entry: ACET-SAFE-COMMAND

Name

acet-safe-command

Class

BricsCAD ExpressTools API Function

Syntax

(acet-safe-command)

Description

(acet-safe-command- bStart bAutoEnd cmdList) Executes the command list cmdList in safe way. If bStart is T, all items of cmdList are processed, and if bAutoEnd is T, the command sequence will be finished by an extra (command). If bStart is NIL, then an already running command is continued by all items of cmdList, bAutoEnd is ignored.

Return Values

Vendor-defined; see Source Notes.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes