System Enumeration CATCommandMode
enum CATCommandMode {
CATCommandModeShared,
CATCommandModeExclusive,
CATCommandModeUndefined
}
Command start mode.
- Values:
-
- CATCommandModeShared
- The shared mode. The command is known by the command selector.
As soon as the command is selected, the command selector
deactivates the previous active command, that is, withdraws
the focus and puts it into the command stack from where it can be
reactivated later on,
and gives the focus to the selected command to make
it the active one.
- CATCommandModeExclusive
- The exclusive mode. The command is known by the command selector.
As soon as the command is selected, the command selector
deletes the previous active command
and gives the focus to the selected command to make
it the active one.
- CATCommandModeUndefined
- The undefined mode. The command is ignored by the command selector.
It cannot be deleted or deactivated if another command is selected
while it runs, and it runs until it completes.
This object is included in the file: CATCommand.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.