VirtualBox

Changeset 43201 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 5, 2012 12:48:49 PM (12 years ago)
Author:
vboxsync
Message:

GuestProcessImpl/GuestProcessTool: Handle all waiting results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r43170 r43201  
    20142014        switch (waitRes)
    20152015        {
     2016            case ProcessWaitResult_StdIn:
     2017               /* Nothing to do here yet. */
     2018               fDone = true;
     2019               break;
     2020
    20162021            case ProcessWaitResult_StdOut:
    20172022                fHandleStdOut = true;
     
    20342039            case ProcessWaitResult_Error:
    20352040            case ProcessWaitResult_Terminate:
     2041            case ProcessWaitResult_Timeout:
    20362042                fDone = true;
    20372043                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette