From dea530d5ca93db88b85e357c21e1e36c4e2f4b37 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 27 Aug 2020 22:11:35 -0400 Subject: [PATCH] Add information to get thread id (cherry picked from commit aa08023115614b6a56986e028c049c95c28d9383) --- doc/classes/Thread.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index 5b9c115524c..f8a766be569 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -15,7 +15,7 @@ - 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.