This commit is contained in:
2022-04-23 12:32:17 +03:00
parent 0c54709414
commit fcd871c0fc
5 changed files with 132 additions and 9 deletions

View File

@@ -40,6 +40,8 @@
//!
//! \~\details
//! \~english
//! This class able to start external executables, watch for them,
//! grab output and exit code.
//!
//! \~russian
//!
@@ -47,6 +49,11 @@
//! \~english \section PIProcess_sec0 Synopsis
//! \~russian \section PIProcess_sec0 Краткий обзор
//! \~english
//! External executable can be started with control or fully independent
//! from application.\n
//! Start with control allow you to wait for finish, grab output
//! and terminate it at any time.\n
//! You can change working directory and environment of executable.\n
//!
//! \~russian
//!
@@ -55,6 +62,7 @@
//! \~russian \section PIProcess_sec1 Использование
//! \~english
//!
//!
//! \~russian
//!
//! \}