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

deprecated enum FinishReason
Usage Restrictions
deprecated
Description
contains the response for a scripting engine termination.

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