Top   Module   Use   Manual   Index 

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

enum FinishReason


Description
contains the response for a scripting engine termination.


Values

OK
Description
script in the engine terminated normally.
Cancel
Description
script in the engine was cancelled.
Error
Description
error occurred during script execution or compiling.
Top of Page