LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_util_XJobManager_idl__
21 #define __com_sun_star_util_XJobManager_idl__
26 module
com { module sun { module star { module util {
void releaseJob([in] com::sun::star::util::XCancellable Job)
deregisters a cancelable jobs.
offers the possibility of canceling a job.
Definition: XCancellable.idl:34
void cancelAllJobs()
cancel all registered jobs.
void registerJob([in] com::sun::star::util::XCancellable Job)
registers a cancelable job.
Manage cancelable jobs.
Definition: XJobManager.idl:32
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48