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

service Job
Description
represent a synchronous job, which can be executed by the global ::com::sun::star::task::JobExecutor instance.
Since
OpenOffice 1.1.2
See also
::com::sun::star::task::AsyncJob
Developers Guide
Exported Interfaces
::com::sun::star::task::XJob
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