ThreadAlreadyRunningException

From Xojo Documentation

Class (inherits from RuntimeException)

You tried to set the stack size of a thread that is already running or tried to call the Run method for a thread that is already running.

Properties
ErrorNumber Message
Methods
Stack StackFrames

See Also

CriticalSection, Semaphore, Mutex, RuntimeException, Thread classes; Exception, Try statements; Catch statement.