{{newin|[[0.9.0]]|090|type=function}}
Returns whether the thread is currently running.

Threads which are not running can be (re)started with [[Thread:start]].
== Function ==
=== Synopsis ===
<source lang="lua">
running = Thread:isRunning( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|value|True if the thread is running, false otherwise.}}
== See Also ==
* [[parent::Thread]]
* [[Thread:start]]
[[Category:Functions]]
{{#set:Description=Returns whether the thread is currently running.}}
== Other Languages ==
{{i18n|Thread:isRunning}}