Click or drag to resize

ButterflowWrapperOnParsedConsoleOutputRecieved Method

Executes the parsed console output recieved action.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
private void OnParsedConsoleOutputRecieved(
	ButterflowWrapperButterflowOutputType outputType,
	string value,
	string consoleOutput
)

Parameters

outputType
Type: butterflow_uiButterflowWrapperButterflowOutputType
Type of the output.
value
Type: SystemString
The value.
consoleOutput
Type: SystemString
The console output from butterflow.
See Also