NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::process::shell_result结构体 参考

shell 命令执行结果 更多...

#include <process.hpp>

Public 属性

int exit_code
string output

详细描述

shell 命令执行结果

在文件 process.hpp160 行定义.

类成员变量说明

◆ exit_code

int neforce::process::shell_result::exit_code

命令退出码

在文件 process.hpp161 行定义.

◆ output

string neforce::process::shell_result::output

合并的标准输出和标准错误

在文件 process.hpp162 行定义.


该结构体的文档由以下文件生成: