omni::kit::kScriptingEventStdErr
Defined in omni/kit/IApp.h
-
const carb::events::EventType omni::kit::kScriptingEventStdErr = 2
An event that is pushed when a scripting command is issued.
This event is pushed to IAppScripting::getEventStream()
.
An event that is pushed when python prints to stderr
See also
carb::events::IEventStream, carb::events::IEvents, IAppScripting::executeString(), IAppScripting::executeFile(), IAppScripting::getEventStream()
- Event Arguments
”text” - A human-readable text block (string)