RbScriptAlreadyRunningException

From Xojo Documentation

Class (inherits from RuntimeException)

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

See Also

RbScript class; Exception, Try statements.