/** These are the constants that can be passed to the constructor of class *SimpleInteractionRequestandthatarereturnedbymethod *SimpleInteractionRequest::getResponse().
*/
enumclass ContinuationFlags
{ /** The request was not (yet) handled by the interaction handler. */
NONE = 0, /** The interaction handler selected XInteractionAbort. */
Abort = 1, /** The interaction handler selected XInteractionRetry. */
Retry = 2, /** The interaction handler selected XInteractionApprove. */
Approve = 4, /** The interaction handler selected XInteractionDisapprove. */
Disapprove = 8,
}; namespace o3tl
{ template <> struct typed_flags<ContinuationFlags> : is_typed_flags<ContinuationFlags, 0x0f>
{
};
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.