mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 09:12:42 -06:00
Comments
Adding comments
This commit is contained in:
parent
2878ff900f
commit
8a9009fc0e
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,7 @@ namespace butterflow_ui
|
||||||
OnParsedConsoleOutputRecieved(ButterflowOutputType.Progress, progress, consoleOutput);
|
OnParsedConsoleOutputRecieved(ButterflowOutputType.Progress, progress, consoleOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// An alternate test for progression on a rendering video
|
||||||
regex = new Regex(REGEX_PROGRESS_ALT);
|
regex = new Regex(REGEX_PROGRESS_ALT);
|
||||||
foreach (Match match in regex.Matches(consoleOutput))
|
foreach (Match match in regex.Matches(consoleOutput))
|
||||||
{
|
{
|
||||||
|
@ -248,6 +249,7 @@ namespace butterflow_ui
|
||||||
OnParsedConsoleOutputRecieved(ButterflowOutputType.Progress, progress, consoleOutput);
|
OnParsedConsoleOutputRecieved(ButterflowOutputType.Progress, progress, consoleOutput);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Test for device declaration
|
||||||
regex = new Regex(REGEX_DEVICE);
|
regex = new Regex(REGEX_DEVICE);
|
||||||
foreach (Match match in regex.Matches(consoleOutput))
|
foreach (Match match in regex.Matches(consoleOutput))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue