RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
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. | |
Callbacks that will be invoked when certain events happen in the asynchronous child process.