- Timestamp:
- Oct 26, 2009 1:22:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24017 r24075 721 721 <enum 722 722 name="SessionState" 723 uuid=" CF2700C0-EA4B-47ae-9725-7810114B94D8"723 uuid="cf2700c0-ea4b-47ae-9725-7810114b94d8" 724 724 > 725 725 <desc> … … 747 747 <const name="Spawning" value="3"> 748 748 <desc> 749 A new (direct) session is being opened for the machine 750 as a result of <link to="IVirtualBox::openRemoteSession"/> 751 call (<link to="IMachine::sessionState"/>); 752 the session is currently being opened 753 as a result of <link to="IVirtualBox::openRemoteSession"/> 754 call (<link to="ISession::state"/>) 749 A new (direct) session is being opened for the machine as a result of 750 <link to="IVirtualBox::openRemoteSession"/> call 751 (<link to="IMachine::sessionState"/> or <link to="ISession::state"/>). 752 This state also occurs as a short transient state when a new direct 753 session is opened by calling <link to="IVirtualBox::openSession"/>. 755 754 </desc> 756 755 </const>
Note:
See TracChangeset
for help on using the changeset viewer.