Houdini 20.0 hapi

hapi.isInitialized function

Check whether the runtime has been initialized yet using

Usage

isInitialized(session: hapi.Session) → bool

Check whether the runtime has been initialized yet using hapi.initialize. Function will return hapi.result.Success if the runtime has been initialized and hapi.result.NotInitialized otherwise.

session

The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.

hapi