ButterflowWrapperParseConsoleOutput Method |
Parses console output and attempts to find known values. If a known value is found, the
event is triggered.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private void ParseConsoleOutput(
string consoleOutput
)
Private Sub ParseConsoleOutput (
consoleOutput As String
)
private:
void ParseConsoleOutput(
String^ consoleOutput
)
private member ParseConsoleOutput :
consoleOutput : string -> unit
Parameters
- consoleOutput
- Type: SystemString
The console output from butterflow.
See Also