Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTasksSupplier

Base Interface
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


Known Services which Export this Interface

com::sun::star::frame::Desktop is the environment for components which can instantiate within frames.

Methods' Summary

getTasks
getActiveTask

Methods' Details

getTasks
 
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
 
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