ICommandImpl::m_bIsExecuting

unsigned m_bIsExecuting:1;

Remarks

Indicates whether the command is currently executing. The Execute method of your command class can set this variable to true.

ICommandImpl OverviewClass Members

See Also

ICommandImpl::m_bCancelWhenExecuting