Clarify documentation of Process.Start return value #10664
Labels
area-System.Diagnostics.Process
documentation
help wanted
Good for community contributors to help [up-for-grabs]
Pri3
Indicates issues/PRs that are low priority
Milestone
Description
Current documentation:
This is generally not true. If
UseShellExecute
is false (or on Unix whereUseShellExecute
is ignored), Start will never return false.If UseShellExecute is true Start may return false if a new process isn't created... as the ShellExecuteEx docs call out:
Reproduction Steps
n/a
Expected behavior
n/a
Actual behavior
n/a
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: