diff --git a/doc/api/process.md b/doc/api/process.md index a07b05d8b262c7..668e9ac0b1d2e2 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2401,6 +2401,12 @@ allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure) cases. +Assigning a value to `process.title` _may_ not reflect an accurate +(or any) label within the process manager application of the underlying +operating system (i.e. macOS Activity Monitor, Windows Services Manager, etc). +Inconsistencies and breaking changes within the _operating systems process +interface_ make synchronization with these applications unreliable. + ## `process.traceDeprecation`