std-cmdactive-p | ![]() |
(std-cmdactive-p) ; (command) active?
(std-dclactive-p) ; dialog active?
(std-scriptactive-p) ; script active?
These three functions check the status of (getvar "CMDACTIVE"):
(STD-CMDACTIVE-P) returns T if the bitvalue 1 or 2 is set. (normal or transparent commands)
(STD-DCLACTIVE-P) returns T if the bitvalue 8 is set.
(STD-SCRIPTACTIVE-P) returns T if the bitvalue 4 is set.
None
T or Nil.
None.
(std-require 'STDMISC)
Defined in STDMISC