Add information to get thread id

(cherry picked from commit aa08023115)
This commit is contained in:
skyace65
2020-08-31 15:29:42 +02:00
committed by Rémi Verschelde
parent 14e1c83350
commit dea530d5ca
+1 -1
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">