interface XTasksSupplier in module com::sun::star::frame::

(Global Index)

Syntax

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

Description

provides access to the tasks of a desktop environment.

Note: Not all desktop environments support tasks at all.

See also

Desktop

Method Summary

getTasks

getActiveTask

Known Services Which Export this Interface

com::sun::star::frame::Desktop

Method Details



getTasks

Syntax

com::sun::star::container::XEnumerationAccess getTasks ();

Returns

a collection of all tasks currently running in the desktop.

The service Tasks contained in this attribute is a collection object of all tasks of the desktop.

See also

Tasks

getActiveTask

Syntax

com::sun::star::frame::XTask getActiveTask ();

Returns

the task of the currently active component within this desktop enviroment.

Even if an active component exists, there may be no active task.

Top of Page