22 module
com { module sun { module star { module script {
InterruptReason
values used to specify the response for a scripting engine interrupt.
Definition InterruptReason.idl:29
@ StepStatement
script stop because one step was executed.
Definition InterruptReason.idl:60
@ StepOut
script stops because it leaves a function.
Definition InterruptReason.idl:56
@ RuntimeError
runtime error occurred during script execution.
Definition InterruptReason.idl:36
@ BreakPoint
script stopped at a breakpoint.
Definition InterruptReason.idl:44
@ Cancel
script in the engine was cancelled.
Definition FinishReason.idl:35
@ Step
script stops because only one scripting engine command was executed.
Definition InterruptReason.idl:48
@ CompileError
script has invalid syntax.
Definition InterruptReason.idl:40
@ StepOver
script stops because one step was executed.
Definition InterruptReason.idl:52
Definition Ambiguous.idl:20