Difference between revisions of "Thread:status"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' 2018.10<br/> '''<translate>Class</translate>:''' Thread<br/> === <translat...") |
|||
Line 13: | Line 13: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''status: ''' ''(string)'' <translate>Current thread status.</translate><br/> | '''status: ''' ''(string)'' <translate>Current thread status.</translate><br/> | ||
+ | |||
+ | {{Thread}} |
Revision as of 22:59, 11 February 2020
Available since: 2018.10
Class: Thread
Description
Returns current status of the thread.
local status = thread:status()
Parameters
none
Return values
status: (string) Current thread status.