Regular API function

sim.getThreadExitRequest

Description Deprecated. See sim.getSimulationStopping instead.
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()