RbScriptAlreadyRunningException
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated. Please use XojoScriptAlreadyRunningException as a replacement. |
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.