:: com :: sun :: star :: ucb ::

exception InteractiveLockingLockedException
Base Hierarchy
InteractiveLockingLockedExceptionInteractiveLockingException
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception

Elements' Summary
SelfOwned The owner of the lock. `TRUE`, the lock has been obtained by this OOo session. `FALSE` the lock has been obtained by another principal.  
Elements' Details
SelfOwned
boolean SelfOwned;
Description
The owner of the lock. `TRUE`, the lock has been obtained by this OOo session. `FALSE` the lock has been obtained by another principal.
Top of Page