RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Public Member Functions | Public Attributes | List of all members
rstudio::launcher_plugins::system::process::ProcessResult Struct Reference

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
 

Detailed Description

Represents the result of a synchronous child process.

Member Data Documentation

◆ ExitCode

int rstudio::launcher_plugins::system::process::ProcessResult::ExitCode

The exit code of the process.

◆ StdError

std::string rstudio::launcher_plugins::system::process::ProcessResult::StdError

Standard error output from the process.

◆ StdOut

std::string rstudio::launcher_plugins::system::process::ProcessResult::StdOut

Standard output from the process.


The documentation for this struct was generated from the following file: