Houdini 20.5 hapi

hapi.getJobStatus function

Get status of a job.

Usage

getJobStatus(session: hapi.Session, job_id: int) → hapi.jobStatus

Get status of a job.

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.

job_id

The id assigned to the job. It must equal to the index assigned through a previous call to an asynchronous HAPI method.

Returns job_status as a hapi.jobStatus.

hapi