From 8b61b194f2f4759689844ab57f2ca7a4b912c468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 4 Apr 2026 16:29:55 +0200 Subject: Add pid member to the Process type Changelog: Added `pid` member to the `Process` type to get its system PID --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3