class Process:
Represents some basic information about a process.
This object is not meant to be constructed directly. Use OssiContext.process instead.
| Method | __init__ | 
    Initializes a new Process instance from a low-level object. | 
  
| Property | name | 
    Property: The name of the process | 
| Property | pid | 
    Property: The Process IDentifier of the process | 
| Property | ppid | 
    Property: The PID of the parent of the process | 
| Property | asid | 
    Property: The address-space IDentifier of the process | 
| Method | __repr__ | 
    Undocumented | 
| Method | __str__ | 
    Undocumented | 
| Instance Variable | _rvn_process | 
    Undocumented | 
Initializes a new Process instance from a low-level object.
This object is not meant to be constructed directly. Use OssiContext.process instead.
| Parameters | _rvn_process | low-level process |