Add information to get thread id

This commit is contained in:
skyace65 2020-08-27 22:11:35 -04:00
parent 1ff139cb28
commit aa08023115
1 changed files with 1 additions and 1 deletions

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