Top   Module   Use   Manual   Index 

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

enum InterruptReason


Description
values used to specify the response for a scripting engine interrupt.


Values

Cancel
Description
script execution was cancelled.
RuntimeError
Description
runtime error occurred during script execution.
CompileError
Description
script has invalid syntax.
BreakPoint
Description
script stopped at a breakpoint.
Step
Description
script stops because only one scripting engine command was executed.
StepOver
Description
script stops because one step was executed.
StepOut
Description
script stops because it leaves a function.
StepStatement
Description
script stop because one step was executed.
Top of Page