From 9bf37a8591835501f75814efe55d14649c2a9d46 Mon Sep 17 00:00:00 2001 From: Chris Ge Date: Tue, 2 Jul 2024 13:43:05 -0400 Subject: [PATCH] Add the Interoperability flag option to the README as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52adedb..2f2b578 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Where: * `tCoverageLevel` (optional) is 0 to track code coverage overall; 1 to track it per test suite (the default); 2 to track it per test class; 3 to track it per test method. * `tLogIndex` (optional) allows for aggregation of code coverage results across unit test runs. To use this, get it back as output from the first test run, then pass it to the next. * `tSourceNamespace` (optional) specifies the namespace in which classes were compiled, defaulting to the current namespace. This may be required to retrieve some metadata. -* `tPIDList` (optional) has a $ListBuild list of process IDs to monitor. If this is empty, all processes are monitored. If this is $ListBuild("Interop"), all interoperability processes and the current process are monitored. By default, only the current process is monitored. +* `tPIDList` (optional) has a $ListBuild list of process IDs to monitor. If this is empty, all processes are monitored. If this is $ListBuild("Interop") or "Interoperability", all interoperability processes and the current process are monitored. By default, only the current process is monitored. * `tTiming` (optional) is 1 to capture execution time data for monitored classes/routines as well, or 0 (the default) to not capture this data. ### Viewing Results