LibreOffice
LibreOffice 24.2 SDK API Reference
|
event contains the reasons and the data for the XEngineListener::finished() method. More...
import"FinishEngineEvent.idl";
Public Attributes | |
com::sun::star::script::FinishReason | Finish |
specifies why the script terminates. More... | |
string | ErrorMessage |
error message. More... | |
any | Return |
contains the return value. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
event contains the reasons and the data for the XEngineListener::finished() method.
string ErrorMessage |
error message.
Only valid if Reason is RuntimeError or CompileError.
specifies why the script terminates.
any Return |
contains the return value.
This field is only valid if FinishEngineEvent::Finish is FinishReason::OK.