The job in Process Explorer relates to Win32 Jobs . More information about this feature can be found here .
So,
1. What is work? As mentioned above.
2. What should I know about these things? If a job fails or becomes unstable, all processes it processes will become unstable or immediately crash.
3. Why (do you) use them? These are interesting tools if my application / system starts several processes. I can centralize certain tasks in one job and attach all the processes to it. How to gracefully complete all processes, manage their work sets, etc.
4. What scenarios should be used? Never did anything using them. But as above. In applications or complex systems that run multiple processes. For example, in Chrome (for example, where you see a task), it is possible that the task controls every process that starts when a new tab is opened.
5. What APIs are used? Win32 API
Alexandre bell
source share