Merge pull request #41573 from skyace65/Thread

Add information to get thread id
This commit is contained in:
Rémi Verschelde 2020-08-28 10:46:16 +02:00 committed by GitHub
commit a258180723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">