ICommandImpl::m_bIsExecuting
Indicates whether the command is currently executing.
unsigned m_bIsExecuting:1;
Remarks
The Execute method of your command class can set this variable to true.
Requirements
Header: atldb.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Indicates whether the command is currently executing.
unsigned m_bIsExecuting:1;
The Execute method of your command class can set this variable to true.
Header: atldb.h