]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Process.hpp
first test for actual program binary
[blank.git] / src / app / Process.hpp
index 985b661aac967819adf89a9ebcb42fb4fc3fc0f7..3efe96383ef36bae5956c18754a26ba3d7385447 100644 (file)
@@ -33,6 +33,9 @@ public:
        /// @return the number of bytes read
        std::size_t ReadErr(void *buffer, std::size_t max_len);
 
+       /// ask the process nicely to terminate
+       /// (except on win32)
+       void Terminate();
        /// wait until the process exits and fetch its exit status
        int Join();