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 | |||
|
Methods | ||
|
See Also
CriticalSection, Semaphore, Mutex, RuntimeException, Thread classes; Exception, Try statements; Catch statement.