Top   Module   Use   Manual   Index 

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

struct FinishEngineEvent

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

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


Elements

com::sun::star::script::FinishReason Finish
Description
specifies why the script terminates.
string ErrorMessage
Description
error message.

Only valid if Reason is RuntimeError or CompileError.

any Return
Description
contains the return value.

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

Top of Page