Houdini 20.5 hapi

hapi.createInProcessSession function

Creates a new in-process session. There can only be

Usage

createInProcessSession(session_info: hapi.SessionInfo) → hapi.Session

Creates a new in-process session. There can only be one such session per host process.

session_info

A hapi.SessionInfo struct to specify session configurations.

Returns session as a hapi.Session.

hapi