LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
FinishEngineEvent Struct Referencepublished

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

import"FinishEngineEvent.idl";

Inheritance diagram for FinishEngineEvent:
EventObject

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...
 

Detailed Description

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

Deprecated:

Member Data Documentation

◆ ErrorMessage

string ErrorMessage

error message.

Only valid if Reason is RuntimeError or CompileError.

◆ Finish

specifies why the script terminates.

◆ Return

any Return

contains the return value.

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


The documentation for this struct was generated from the following file: