Houdini 20.0 hapi

hapi.commitWorkItems function

Commits any pending work items.

Usage

commitWorkItems(session: hapi.Session, node_id: int) → bool

Commits any pending work items.

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.

node_id

The node id for which the pending work items have been created but not yet injected.

hapi