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

service AsyncJob
Description
represent an asynchronous job, which can be executed by the global JobExecutor instance.
See also
Job
Developers Guide
WritingUNO - Jobs - Implementation

Exported Interfaces
XAsyncJob
Description
used to initialize and execute this job.
::com::sun::star::util::XCloseable
Usage Restrictions
optional
Description
should be supported to handle environment termination gracefully.

 
Top of Page