LibreOffice
LibreOffice 5.0 SDK API Reference
|
Represent a synchronous job, which can be executed by the global theJobExecutor instance. More...
import "Job.idl";
Exported Interfaces | |
interface | com::sun::star::task::XJob |
used to initialize and execute this job. More... | |
interface | com::sun::star::util::XCloseable |
should be supported to handle environment termination gracefully. More... | |
Additional Inherited Members | |
![]() | |
any | execute ([in] sequence< com::sun::star::beans::NamedValue > Arguments) raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::uno::Exception ) |
executes the job synchronously More... | |
![]() | |
void | close ([in] boolean DeliverOwnership) raises ( CloseVetoException ) |
try to close the object More... | |
Represent a synchronous job, which can be executed by the global theJobExecutor instance.
interface com::sun::star::task::XJob |
used to initialize and execute this job.
|
optional |
should be supported to handle environment termination gracefully.