XojoScriptAlreadyRunningException

From Xojo Documentation

Class (inherits from RuntimeException)

Occurs if the user tries to modify an XojoScript's source code while it is running or you try to change the Context object while the script is running. Don't do this.

Properties
ErrorNumber Message
Methods
Stack StackFrames

See Also

XojoScript class; Exception, Try statements.