Add information to get thread id

(cherry picked from commit aa08023115)
This commit is contained in:
skyace65 2020-08-27 22:11:35 -04:00 committed by Rémi Verschelde
parent 14e1c83350
commit dea530d5ca
No known key found for this signature in database
GPG key ID: C3336907360768E1

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