summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-04-04 16:29:55 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-04-04 16:36:05 +0200
commit8b61b194f2f4759689844ab57f2ca7a4b912c468 (patch)
treef56a1099cefd1d6df0c296eec09261685e8ed504 /README.md
parent7e57c8fddac5c9310efb49d4bc8003659b9e68b4 (diff)
Add pid member to the Process type
Changelog: Added `pid` member to the `Process` type to get its system PID
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1d12bb..3e874a4 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,9 @@ Members:
`node`
: Node on which the process is running.
+`pid`
+: PID of the corresponding system process, `0` if there is none.
+
#### asset
Represents an asset (file or directory), which can be used during test execution.