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

interface XAbortChannel
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XAbortChannel
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
Use this interface to abort a command asynchronously. For example, have a look at ::com::sun::star::deployment::XPackageManager .

Methods' Summary
sendAbort sends an abort notification to all commands associated with this channel.  
Methods' Details
sendAbort
void
sendAbort();

Description
sends an abort notification to all commands associated with this channel.
Top of Page