Module win32job
An interface to the win32 Process and Thread API's,
available in Windows 2000 and later.
Methods
- AssignProcessToJobObject
- Associates a process with an existing job object.
- CreateJobObject
- Creates or opens a job object.
- OpenJobObject
- Opens an existing job object.
- TerminateJobObject
- Terminates all processes currently associated with the job.
- UserHandleGrantAccess
- Grants or denies access to a handle to a User object to a job that has a user-interface restriction.
- IsProcessInJob
- Determines if the process is running in the specified job.
- QueryInformationJobObject
- Retrieves limit and job state information from the job object.
- SetInformationJobObject
- Sets quotas and limits for a job