Returns whether the thread is currently running.
Threads which are not running can be (re)started with Thread:start.
running = Thread:isRunning( )
None.
boolean value