asyncio.asyncio.subprocess.Process.send_signal()

send_signal(signal)

Sends the signal signal to the child process.

Note

On Windows, SIGTERM is an alias for terminate(). CTRL_C_EVENT and CTRL_BREAK_EVENT can be sent to processes started with a creationflags parameter which includes CREATE_NEW_PROCESS_GROUP.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.