AcRxObject AcEdCommandStackReactor
class AcEdCommandStackReactor : public AcRxObject;
accmd.h
This class is used to receive notifications on when commands are added/removed and also started/ended.
Note: If you need to monitor start/end of a specific command, recommend using AcEdCommandReactor instead. This allows you to attach directly to the desired command.