PrevUpHomeNext

Function template terminate

boost::process::terminate

Synopsis

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


template<typename Process> 
  void terminate(const Process & p, boost::system::error_code & ec);

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.


PrevUpHomeNext