Documentation
›
API Reference
›
Object
›
Thread
GetResult
Lua
C++
This function gets the result of the thread's EntryPoint() function.
This command is not available for Lua.
Returns
Returns the result of the thread's EntryPoint() function. If the thread is not finished running, NULL will be returned.