Overview of Processes |
A process can access most of its
own attributes, but can access only a small subset of other processes'
attributes. Therefore, process objects are modeled using two classes: os_this_process
, which represents the current process, and os_process
, which represents other processes. Other process-related information in this
chapter covers the use of both process_status and process_group
to manipulate one or more processes.
Many of the available process attributes are listed below.
The following classes are covered in the next four sections of this chapter.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.