subprocess.killed
- <boolean> 使用
subprocess.kill()
成功发送信号给子进程后设置为true
。
subprocess.killed
属性指示子进程是否成功接收到来自 subprocess.kill()
的信号。
killed
属性并不表示子进程已终止。
- <boolean> Set to
true
aftersubprocess.kill()
is used to successfully send a signal to the child process.
The subprocess.killed
property indicates whether the child process
successfully received a signal from subprocess.kill()
. The killed
property
does not indicate that the child process has been terminated.