Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: script ::

deprecated struct FinishEngineEvent
Base Hierarchy
FinishEngineEvent
 ┗ ::com::sun::star::lang::EventObject
Usage Restrictions
deprecated
Description
event contains the reasons and the data for the XEngineListener::finished() method.

Elements' Summary
Finish specifies why the script terminates.  
ErrorMessage error message.  
Return contains the return value.  
Elements' Details
Finish
FinishReason Finish;
Description
specifies why the script terminates.
ErrorMessage
string ErrorMessage;
Description
error message.

Only valid if Reason is RuntimeError or CompileError.

Return
any Return;
Description
contains the return value.

This field is only valid if FinishEngineEvent::Finish is FinishReason::OK.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.