Programming with Reflection
StopScript method
Syntax object.StopScript
Terminates a Reflection script while it is running. You should not use this command within a Reflection Basic Script; it can only be used as an API command in an external application. Use the Stop statement within a script.
Note: This method also stops Reflection Visual Basic macros, and is equivalent to the StopMacro method.
None.