Devices¶
Process¶
-
class
revenge.devices.process.process.Process(name, pid, ppid=None)[source]¶ Bases:
objectDescribes a process on this device.
- Parameters
name (str) – What is the name of this process
pid (int) – Process ID
ppid (int, optional) – Process Parent ID
-
property
name¶ Process name.
- Type
str
-
property
pid¶ Process ID
- Type
int
-
property
ppid¶ Process Parent ID
- Type
int