|
RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
Represents the result of a synchronous child process. More...
#include <Process.hpp>
Public Member Functions | |
| ProcessResult () | |
| Constructor. | |
Public Attributes | |
| int | ExitCode |
| std::string | StdError |
| std::string | StdOut |
Represents the result of a synchronous child process.
| int rstudio::launcher_plugins::system::process::ProcessResult::ExitCode |
The exit code of the process.
| std::string rstudio::launcher_plugins::system::process::ProcessResult::StdError |
Standard error output from the process.
| std::string rstudio::launcher_plugins::system::process::ProcessResult::StdOut |
Standard output from the process.
1.8.16