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

unpublished interface XAbortChannel
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