Usage ¶
getWorkItems(session
: hapi.Session, node_id
: int
, length
: int
) → list
of int
Gets the list of work item ids for the given node
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.
length
The length of the work_item_ids
buffer
Returns work_item_ids_array as a list
of int
.