Skip to content

Commit

Permalink
описал "правильность" EvilBeaver#402
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Feb 21, 2017
1 parent 721b6ba commit c3365b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ScriptEngine.HostedScript/Library/ProcessContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ public void Start()
///
/// <example>
/// Пример правильной обработки цикла ожидания завершения процесса:
/// Процесс не завершается, пока поток stderr открыт для чтения
/// Он висит в процессах и ждет, пока его освободят от текста в stderr
///
/// Пока НЕ Процесс.Завершен ИЛИ Процесс.ПотокВывода.ЕстьДанные ИЛИ Процесс.ПотокОшибок.ЕстьДанные Цикл
/// Если ПериодОпросаВМиллисекундах <> 0 Тогда
Expand Down

0 comments on commit c3365b9

Please sign in to comment.