Thread:isRunning
EditReturns whether or not the Thread is currently running.
running = Thread:isRunning()
Arguments
None
Returns
Name | Type | Description |
running | boolean | Whether or not the Thread is running. |
See also
Thread:start
Thread
Returns whether or not the Thread is currently running.
running = Thread:isRunning()
None
Name | Type | Description |
running | boolean | Whether or not the Thread is running. |
Thread:start
Thread