|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
shell 命令执行结果 更多...
#include <process.hpp>
Public 属性 | |
| int | exit_code |
| string | output |
shell 命令执行结果
在文件 process.hpp 第 160 行定义.
| int neforce::process::shell_result::exit_code |
命令退出码
在文件 process.hpp 第 161 行定义.
| string neforce::process::shell_result::output |
合并的标准输出和标准错误
在文件 process.hpp 第 162 行定义.