interface XCancellable in module com::sun::star::util::

(Global Index)

Syntax

interface XCancellable : com::sun::star::uno::XInterface ;

Description

offers the possibility of cancelling a job. This is supported by objects which represent a job.

Method Summary

cancel cancels the current job of the object.

Known Services Which Export this Interface

com::sun::star::sdbc::PreparedStatement

com::sun::star::sdbc::Statement

com::sun::star::sdbcx::ResultSet

com::sun::star::ui::dialogs::FilePicker

com::sun::star::ui::dialogs::FolderPicker

Method Details



cancel

Syntax

void cancel ();

Description

cancels the current job of the object.

Top of Page