Changeset 79257 in vbox for trunk/src/VBox
- Timestamp:
- Jun 20, 2019 3:08:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r78739 r79257 1498 1498 RT_MIN(500 /*ms*/, RT_MAX(cMsTimeLeft, 1 /*ms*/)), 1499 1499 &waitResult)); 1500 if (pCtx->cVerbose) 1501 RTPrintf("waitResult: %d\n", waitResult); 1500 1502 switch (waitResult) 1501 1503 { 1502 case ProcessWaitResult_Start: 1504 case ProcessWaitResult_Start: /** @todo you always wait for 'start', */ 1503 1505 fCompletedStartCmd = fCompleted = !fRunCmd; /* Only wait for startup if the 'start' command. */ 1506 if (!fCompleted && aWaitFlags[0] == ProcessWaitForFlag_Start) 1507 aWaitFlags[0] = ProcessWaitForFlag_Terminate; 1504 1508 break; 1505 1509 case ProcessWaitResult_StdOut:
Note:
See TracChangeset
for help on using the changeset viewer.