sgs_PauseState [function]
SGSBOOL sgs_PauseState( sgs_Context* C )
Suspends the execution state, prompting the VM to return control to caller.
- A state cannot be suspended if call stack contains C functions or unusual constructs (at the moment some object interface calls may not work either).
- This function can be used in a C function that was called from a SGS function.