Top   Module   Use   Manual   Index 

com :: sun :: star :: task ::

enum InteractionClassification


Description
A classification of interaction requests.
See also
com::sun::star::task::ClassifiedInteractionRequest
This is the base of classified interaction requests.


Values

ERROR
Description
An error.
WARNING
Description
A warning, less severe than an error.
INFO
Description
Some information for the client/user (which will typically lead to the selection of an XInteractionApprove continuation).
QUERY
Description
A query for the client/user (which will typically lead to the selection of an XInteractionApprove or XInteractionDisapprove continuation).
Top of Page