ButterflowWrapperOnParsedConsoleOutputRecieved Method |
Executes the parsed console output recieved action.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private void OnParsedConsoleOutputRecieved(
ButterflowWrapperButterflowOutputType outputType,
string value,
string consoleOutput
)
Private Sub OnParsedConsoleOutputRecieved (
outputType As ButterflowWrapperButterflowOutputType,
value As String,
consoleOutput As String
)
private:
void OnParsedConsoleOutputRecieved(
ButterflowWrapperButterflowOutputType outputType,
String^ value,
String^ consoleOutput
)
private member OnParsedConsoleOutputRecieved :
outputType : ButterflowWrapperButterflowOutputType *
value : string *
consoleOutput : string -> unit
Parameters
- outputType
- Type: butterflow_uiButterflowWrapperButterflowOutputType
Type of the output. - value
- Type: SystemString
The value. - consoleOutput
- Type: SystemString
The console output from butterflow.
See Also