std-cmdactive-p


Synopsis

(std-cmdactive-p) ; (command) active?

(std-dclactive-p) ; dialog active?

(std-scriptactive-p) ; script active?

Description

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.

Arguments

None

Return Value

T or Nil.

Side Effects

None.

Module

(std-require 'STDMISC)

Defined in STDMISC