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

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

Exported Interfaces - Summary
XAsyncJob

used to initialize and execute this job.

::com::sun::star::util::XCloseable

should be supported to handle environment termination gracefully. (details)

Exported Interfaces - Details
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