VirtualBox

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


Ignore:
Timestamp:
Mar 6, 2013 4:40:36 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84137
Message:

GuestCtrl: More code for guest session infrastructure handling (untested, work in progress). Added IGuestSession.status for (later) asynchronous handling.

File:
1 edited

Legend:

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

    r44649 r44935  
    89228922
    89238923  <enum
     8924    name="GuestSessionStatus"
     8925    uuid="ac2669da-4624-44f2-85b5-0b0bfb8d8673"
     8926    >
     8927    <desc>
     8928      Guest session statuses.
     8929    </desc>
     8930    <const name="Undefined"               value="0">
     8931      <desc>Guest session is in an undefined state.</desc>
     8932    </const>
     8933    <const name="Starting"                value="10">
     8934      <desc>Guest session is being started.</desc>
     8935    </const>
     8936    <const name="Started"                 value="100">
     8937      <desc>Guest session has been started.</desc>
     8938    </const>
     8939    <const name="Terminating"             value="480">
     8940      <desc>Guest session is being terminated.</desc>
     8941    </const>
     8942    <const name="Terminated"              value="500">
     8943      <desc>Guest session terminated normally.</desc>
     8944    </const>
     8945    <const name="TimedOutKilled"          value="512">
     8946      <desc>Guest session timed out and was killed.</desc>
     8947    </const>
     8948    <const name="TimedOutAbnormally"      value="513">
     8949      <desc>Guest session timed out and was not killed successfully.</desc>
     8950    </const>
     8951    <const name="Down"                    value="600">
     8952      <desc>Service/OS is stopping, guest session was killed.</desc>
     8953    </const>
     8954    <const name="Error"                   value="800">
     8955      <desc>Something went wrong.</desc>
     8956    </const>
     8957  </enum>
     8958
     8959  <enum
    89248960    name="FileSeekType"
    89258961    uuid="1b73f4f3-3515-4073-a506-76878d9e2541"
     
    92329268      <desc>Process is in an undefined state.</desc>
    92339269    </const>
    9234 
    92359270    <const name="Starting"                value="10">
    92369271      <desc>Process is being started.</desc>
     
    93479382  <interface
    93489383    name="IGuestSession" extends="$unknown"
    9349     uuid="57eb82a8-822b-42c1-9d1c-5c54bc3d3250"
     9384    uuid="8490516f-9c2c-49e9-b283-35f3ce463f69"
    93509385    wsmap="managed"
    93519386    >
     
    93999434        </result>
    94009435      </desc>
     9436    </attribute>
     9437
     9438    <attribute name="status" type="GuestSessionStatus" readonly="yes">
     9439      <desc>Returns the current session status.</desc>
    94019440    </attribute>
    94029441
Note: See TracChangeset for help on using the changeset viewer.

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