Programming with Reflection
AllowScriptInterrupt property
Syntax |
object.AllowScriptInterrupt |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether a ReflectionBasic script (or macro) can be interrupted. Setting this property to False prevents users from interrupting scripts (that is, it disables the Stop Script command on the Script menu, as well as the Quit and StopScript methods).
Notes
This property is equivalent to AllowMacroInterrupt.
The default value is True.
The value of this property is not saved to a settings file.