コード例 #1
0
ファイル: BuildRequestEngine.cs プロジェクト: nikson/msbuild
 /// <summary>
 /// Waits for the builders until they are terminated.
 /// </summary>
 /// <param name="entry">The entry to be deactivated</param>
 private void WaitForDeactivateCompletion(BuildRequestEntry entry)
 {
     if (entry.Builder != null)
     {
         entry.WaitForCancelCompletion();
     }
 }