Regular API function

sim.getThreadSwitchAllowed

Description Deprecated
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
bool result=sim.getThreadSwitchAllowed()
Lua
parameters
Lua
return values
result: if true, the thread can be interrupted, i.e. switched.
Python
synopsis