PythonThreadingState#
Fully qualified name: carb::scripting::PythonThreadingState
Defined in carb/scripting/IPythonThreading.h
-
enum class carb::scripting::PythonThreadingState#
State returned by carb::scripting::IPythonThreading::checkLoaded().
Values:
-
enumerator eNotLoaded#
Python does not appear to be loaded into the process.
-
enumerator eLoaded#
Python is loaded into the process, but is not initialized.
-
enumerator eInitialized#
Python is loaded into the process and is initialized.
-
enumerator eNotLoaded#