interface XInteractionContinuation in module com::sun::star::task::

(Global Index)

Syntax

interface XInteractionContinuation : com::sun::star::uno::XInterface ;

Method Summary

select Select this way of continuing from an interaction request (given a choice of various XInteractionContinuation interfaces).

Method Details



select

Syntax

void select ();

Description

Select this way of continuing from an interaction request (given a choice of various XInteractionContinuation interfaces).

Top of Page