win32job.IsProcessInJob

boolean = IsProcessInJob(hProcess, hJob )

Determines if the process is running in the specified job.

Parameters

hProcess : PyHANDLE

Handle to a process

hJob : PyHANDLE

Handle to a job, use None to check if process is part of any job

Comments

Function is only available on WinXP and later