docs: capitalize POSIX and Windows correctly (#44558)
* docs: capitalize POSIX correctly Co-authored-by: Charles Kerr <charles@charleskerr.com> * docs: capitalize Windows correctly Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
be69311692
commit
6e1d940ef3
4 changed files with 4 additions and 4 deletions
|
@ -416,7 +416,7 @@ Returns:
|
|||
* `launch-failed` - Process never successfully launched
|
||||
* `integrity-failure` - Windows code integrity checks failed
|
||||
* `exitCode` number - The exit code for the process
|
||||
(e.g. status from waitpid if on posix, from GetExitCodeProcess on Windows).
|
||||
(e.g. status from waitpid if on POSIX, from GetExitCodeProcess on Windows).
|
||||
* `serviceName` string (optional) - The non-localized name of the process.
|
||||
* `name` string (optional) - The name of the process.
|
||||
Examples for utility: `Audio Service`, `Content Decryption Module Service`, `Network Service`, `Video Capture`, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue