Function template terminate
boost::process::terminate
Synopsis
template<typename Process> void terminate(const Process & p);
Description
Terminates a process.
![[Warning]](../../images/warning.png) |
Warning |
Call this function only as a last resort. The process is terminated immediately and forcefully and has no chance to close or clean up resources properly. |
Throws: |
boost::system::system_error in case of an error |