All Frameworks  Class Hierarchy  This Framework Previous Next  Index

Enumeration System.CATCommandMsg

enum CATCommandMsg {
  CATCommandMsgRequestSharedMode,
  CATCommandMsgRequestExclusiveMode,
  CATCommandMsgCanceled,
  CATCommandMsgDesactivated,
  CATCommandUnknow
}
Message type sent from a command the command selector.
Values:
CATCommandMsgRequestSharedMode
The command requests to run in shared mode.
CATCommandMsgRequestExclusiveMode
The command requests to run in exclusive mode.
CATCommandMsgCanceled
The command requests to be canceled.
CATCommandMsgDesactivated
The command requests to be deactivated.
CATCommandUnknow
The command requests the unknown mode.
See also:
CATCommandMode