enum InteractionClassification in module com::sun::star::task::

(Global Index)

Syntax

enum InteractionClassification;

Description

A classification of interaction requests.

Values Summary

ERROR An error.

WARNING A warning, less severe than an error.

INFO Some information for the client/user (which will typically lead to the selection of an XInteractionApprove continuation).

QUERY A query for the client/user, (which will typically lead to the selection of an XInteractionApprove or XInteractionDisapprove continuation).

Values Details



ERROR

Syntax

ERROR,

Description

An error.


WARNING

Syntax

WARNING,

Description

A warning, less severe than an error.


INFO

Syntax

INFO,

Description

Some information for the client/user (which will typically lead to the selection of an XInteractionApprove continuation).


QUERY

Syntax

QUERY,

Description

A query for the client/user, (which will typically lead to the selection of an XInteractionApprove or XInteractionDisapprove continuation).

Top of Page