Regular API function
sim.getThreadExitRequest
Description
Queries whether the current thread should end. See also the other
thread related functions
.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
bool exit=sim.getThreadExitRequest()
Lua
parameters
Lua
return values
exit: if true, the thread should end.
Python
synopsis
bool exit=sim.getThreadExitRequest()