| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bce5db2 commit a184dbc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1044,10 +1044,11 @@ added: v0.5.10 | |||
| 1044 | 1044 | --> | |
| 1045 | 1045 | ||
| 1046 | 1046 | * {boolean} Set to `true` after `subprocess.kill()` is used to successfully | |
| 1047 | - terminate the child process. | ||
| 1047 | + send a signal to the child process. | ||
| 1048 | 1048 | ||
| 1049 | - The `subprocess.killed` property indicates whether the child process was | ||
| 1050 | - successfully terminated using `subprocess.kill()`. | ||
| 1049 | + The `subprocess.killed` property indicates whether the child process | ||
| 1050 | + successfully received a signal from `subprocess.kill()`. The `killed` property | ||
| 1051 | + does not indicate that the child process has been terminated. | ||
| 1051 | 1052 | ||
| 1052 | 1053 | ### subprocess.pid | |
| 1053 | 1054 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments