Top   Module   Use   Manual   Index 

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

struct FinishTaskEvent

Base Struct
com::sun::star::lang::EventObject

Description
This event contains the reasons and the data for the XEngineListener::finished() method.


Elements

com::sun::star::task::TaskFinishReason Finish
Description
Why does the script terminate.
any Result
Description
Contain the result of the task if the finish reason is OK. The type of the result is task dependend.
If the finish reason is CANCEL or EORROR, Result may specify the reason. The type is task dependend.
Contain the ResourceLockException if the finish reason is LOCKEXCEPTION.
Top of Page