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
- [acet-safe-command (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetsafecommand.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).