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

Callbacks that will be invoked when certain events happen in the asynchronous child process. More...

#include <Process.hpp>

Public Attributes

OnErrorCallback OnError
 Callback invoked if the asynchronous child process encounters an error.
 
OnExitCallback OnExit
 Callback invoked when the asynchronous child process exits.
 
OnOutputCallback OnStandardError
 Callback invoked when the asynchronous child process writes to standard error.
 
OnOutputCallback OnStandardOutput
 Callback invoked when the asynchronous child process writes to standard out.
 

Detailed Description

Callbacks that will be invoked when certain events happen in the asynchronous child process.


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