diff options
author | skyace65 <trekie96@hotmail.com> | 2020-08-27 22:11:35 -0400 |
---|---|---|
committer | skyace65 <trekie96@hotmail.com> | 2020-08-27 22:11:35 -0400 |
commit | aa08023115614b6a56986e028c049c95c28d9383 (patch) | |
tree | f0cc185b856388a8f7cda76ebe4cc23c374386e6 /doc/classes | |
parent | 1ff139cb28137d5b1b492f74e5fc58cbeee01e4a (diff) |
Add information to get thread id
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Thread.xml | 2 |
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"> |