LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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.
 
string ErrorMessage
 error message.
 
any Return
 contains the return value.
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event.
 

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: