Difference between revisions of "Thread:status"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns current status of the thread.
 
Returns current status of the thread.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
status = thread:status()
 
status = thread:status()
 
</source>
 
</source>

Revision as of 15:31, 13 July 2023

Available since: 2018.10
Class: Thread

Description

Returns current status of the thread. <syntaxhighlight lang="lua"> status = thread:status() </source>

Return values

status: (string) current thread status