getthreadidentity
Returns the thread identity level of the current execution thread.
function getthreadidentity(): numbernumberInteger identity level of the current thread (0–8).Usage
Check current identity
print(getthreadidentity()) --> 3 (typical executor identity)