Responsible for returning the output of calling a script. It is up to the user to check the results of ExitCode.
More...
Responsible for returning the output of calling a script. It is up to the user to check the results of ExitCode.
Definition at line 29 of file RScriptResult.cs.
| RPlugin.Core.RScriptResult.RScriptResult |
( |
) | |
|
|
package |
| RPlugin.Core.RScriptResult.RScriptResult |
( |
string |
output, |
|
|
string |
error, |
|
|
int |
exit |
|
) |
| |
|
package |
Class constructor
- Parameters
-
| output | Standard output |
| error | Standard error |
| exit | Exit code |
Definition at line 82 of file RScriptResult.cs.
| void RPlugin.Core.RScriptResult.ScriptErrorHandler |
( |
object |
sendingProcess, |
|
|
DataReceivedEventArgs |
outLine |
|
) |
| |
|
package |
| void RPlugin.Core.RScriptResult.ScriptOutputHandler |
( |
object |
sendingProcess, |
|
|
DataReceivedEventArgs |
outLine |
|
) |
| |
|
package |
| string RPlugin.Core.RScriptResult.Error |
|
getset |
| int RPlugin.Core.RScriptResult.ExitCode |
|
getset |
| string RPlugin.Core.RScriptResult.Output |
|
getset |
The documentation for this class was generated from the following file: