PrevUpHomeNext

Function template terminate

boost::process::terminate

Synopsis

// In header: <boost/process/terminate.hpp>


template<typename Process> void terminate(const Process & p);

Description

Terminates a process.

[Warning] 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

PrevUpHomeNext