Difference between revisions of "Thread:status"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' 2018.10<br/> | |
| − | ''' | + | '''Class:''' [[Thread]]<br/> |
| − | ''' | ||
| − | === | + | === Description === |
| − | + | Returns current status of the thread. | |
| − | + | <source lang="lua"> | |
| − | <source lang="lua"> | + | status = thread:status() |
| + | </source> | ||
| − | === | + | === Return values === |
| − | + | '''status: ''' ''(string)'' current thread status<br/> | |
| − | |||
| − | '''status: ''' ''(string)'' | ||
{{Thread}} | {{Thread}} | ||
Revision as of 04:52, 11 June 2023
Available since: 2018.10
Class: Thread
Description
Returns current status of the thread.
status = thread:status()
Return values
status: (string) current thread status