VirtualBox

Changeset 39418 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Nov 25, 2011 10:11:06 AM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl: Added support for explicitly waiting on stdout/stderr, bugfixes, logging adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r39058 r39418  
    84388438  <enum
    84398439    name="ExecuteProcessFlag"
    8440     uuid="286ceb91-5f66-4c96-9845-4483e90e00ae"
     8440    uuid="1c49b831-b2c7-4a30-97dd-999a2e2cbf90"
    84418441    >
    84428442    <desc>
     
    84558455    </const>
    84568456    <const name="Hidden"                  value="4">
    8457       <desc>Don't show the started process according to the guest OS guidelines.</desc>
     8457      <desc>Do not show the started process according to the guest OS guidelines.</desc>
    84588458    </const>
    84598459    <const name="NoProfile"               value="8">
    84608460      <desc>Do not use the user's profile data when exeuting a process. Only available for Windows guests.</desc>
     8461    </const>
     8462    <const name="WaitForStdOut"           value="16">
     8463      <desc>The guest process waits until all data from stdout is read out.</desc>
     8464    </const>
     8465    <const name="WaitForStdErr"           value="32">
     8466      <desc>The guest process waits until all data from stderr is read out.</desc>
    84618467    </const>
    84628468  </enum>
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