All Frameworks Class Hierarchy This Framework Previous Next Index
Enumeration System.CATCommandMode
enum CATCommandMode {
CATCommandModeShared,
CATCommandModeExclusive,
CATCommandModeUndefined
}
Command running mode.
- Values:
-
- CATCommandModeShared
- 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 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 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.