- Timestamp:
- Jan 27, 2011 8:29:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r35707 r35747 538 538 } 539 539 540 /* No more output data left? Then wait a little while ...*/540 /* No more output data left? */ 541 541 if (cbOutputData <= 0) 542 { 543 /* Only break out from process handling loop if we processed (displayed) 544 * all output data or if there simply never was output data and the process 545 * has been marked as complete. */ 546 if (fCompleted) 547 break; 548 549 /* Then wait a little while ... */ 542 550 progress->WaitForCompletion(1 /* ms */); 551 } 543 552 544 553 /* Process async cancelation */
Note:
See TracChangeset
for help on using the changeset viewer.