VirtualBox

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


Ignore:
Timestamp:
May 12, 2023 1:56:04 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157385
Message:

Guest Control/Main: Documented current limitations of the ProcessWaitForFlag_Std[In|Out|Err] flags. bugref:9320

File:
1 edited

Legend:

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

    r99579 r99780  
    1386013860    </const>
    1386113861    <const name="StdIn"                 value="4">
    13862       <desc>Wait for stdin becoming available.</desc>
     13862      <desc>Wait for stdin becoming available.
     13863        <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13864          Writing process input can be performed via <link to="IProcess::write"/> or waiting for the
     13865          <link to="IGuestProcessInputNotifyEvent"/> event.
     13866        </para>
     13867      </desc>
    1386313868    </const>
    1386413869    <const name="StdOut"                value="8">
    13865       <desc>Wait for data becoming available on stdout.</desc>
     13870      <desc>Wait for data becoming available on stdout.
     13871        <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13872          Reading process stdout output can be performed via <link to="IProcess::read"/> or waiting for the
     13873          <link to="IGuestProcessOutputEvent"/> event.
     13874        </para>
     13875      </desc>
    1386613876    </const>
    1386713877    <const name="StdErr"                value="16">
    13868       <desc>Wait for data becoming available on stderr.</desc>
     13878      <desc>Wait for data becoming available on stderr.
     13879        <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13880          Reading process stderr output can be performed via <link to="IProcess::read"/> or waiting for the
     13881          <link to="IGuestProcessOutputEvent"/> event.
     13882        </para>
     13883      </desc>
    1386913884    </const>
    1387013885  </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