oacVCMsgTypeInfo |
"Info" The message is informational only. This is typically used as the message for information queried from the VC system, for example log information on a controlled file. |
oacVCMsgTypeWarning |
"Warning" This value of the message type is used when the message being sent to the client represents a warning being issued by the VC system. |
oacVCMsgTypeError |
"Error" This value of the message type is used when the message being sent to the client represents an error being issued by the VC system. |
oacVCMsgTypeStatus |
"Status" This value is used to indicate that the message being sent to the client represents status information. For example, if files are being checked out as a result of the current operation, the VC system may send the paths to those files as messages using this message type. |
oacVCMsgTypeQueryOk |
"QueryOk" The message is a request for an Ok or Cancel decision from the client. When this message type is used, the return value of IVCMessageObserver::onMessageOut() is checked by the VC system. One of the values found in oaVCObserverResultEnum is expected, and used to determine if the current operation should continue or be aborted. |