summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-08-28 10:46:16 +0200
committerGitHub <noreply@github.com>2020-08-28 10:46:16 +0200
commita258180723773eebcb3b95885f125e97a1636222 (patch)
treeb3c74f3860791ac902d6c8261466faafc025b73d
parent2b36a999fa8aaf528e707832e5e0931135434a1c (diff)
parentaa08023115614b6a56986e028c049c95c28d9383 (diff)
Merge pull request #41573 from skyace65/Thread
Add information to get thread id
-rw-r--r--doc/classes/Thread.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml
index 5c63d01322..e0a58d5736 100644
--- a/doc/classes/Thread.xml
+++ b/doc/classes/Thread.xml
@@ -15,7 +15,7 @@
<return type="String">
</return>
<description>
- Returns the current [Thread]'s ID, uniquely identifying it among all threads.
+ Returns the current [Thread]'s ID, uniquely identifying it among all threads. If the [Thread] is not running this returns an empty string.
</description>
</method>
<method name="is_active" qualifiers="const">