Commit 26cfd3f
Clarify Process.HasExited and that it raises Exited (#8379)
* Clarify Process.HasExited and the it raises Exited
The existing description implied that the Exited event could be raised "before" the user calls HasExited. This wasn't very clear in my opinion - so I've suggested a tweak to make it more explicit by revealing that the HasExited property accessor itself has a side-effect; invoking HasExited if the process has exited.
* Update xml/System.Diagnostics/Process.xml
Co-authored-by: David Cantú <[email protected]>1 parent d150267 commit 26cfd3f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| |||
0 commit comments