CrMessageResponse
 response options (designed to be used in bitmasks)
 Public Enum CrMessageResponse
Values
- CrMessageResponseNone =  &H0
 - 
   no response
 
 
- CrMessageResponseAcknowledge =  &H1
 - 
   acknowledgement that the message has been witnessed or processed
 
 
- CrMessageResponseAffirmative =  &H2
 - 
   affirmative response (when the message contains a question or assertion)
 
 
- CrMessageResponseNegative =  &H4
 - 
   negative response (when the message contains a question or assertion)
 
 
- CrMessageResponseIgnore =  &H8
 - 
   the message (and the problem which triggered it) is to be ignored
 
 
- CrMessageResponseRetry =  &H10
 - 
   the source process, procedure, or imperative is to be attempted again
 
 
- CrMessageResponseAbort =  &H20
 - 
   the source process, procedure, or imperative is to be aborted
 
Remarks
See Also
Project crmsglib Overview
Class CrMessageGlobal Overview
CrMessageGlobal Properties
CrMessageGlobal Methods
CrMessageNew
CrMessageSeverity