Changeset 23703 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Oct 12, 2009 3:34:36 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r23702 r23703 473 473 <enum 474 474 name="MachineState" 475 uuid=" 73bf04d0-7c4f-4684-9abf-d65a9ad74343"475 uuid="f532545d-9ae7-4402-8b5f-1ea7d778cfc7" 476 476 > 477 477 <desc> … … 673 673 </desc> 674 674 </const> 675 <const name="Discarding" value="11"> 675 <const name="MigratingFrom" value="11"> 676 <desc> 677 Migrating the machine state from another host or process. 678 </desc> 679 </const> 680 <const name="Discarding" value="12"> 676 681 <desc> 677 682 Snapshot of the machine is being discarded. 678 683 </desc> 679 684 </const> 680 <const name="SettingUp" value="1 2">685 <const name="SettingUp" value="13"> 681 686 <desc> 682 687 Lengthy setup operation is in progress. … … 689 694 </desc> 690 695 </const> 691 <const name="LastOnline" value="1 0" wsmap="suppress"> <!-- Restoring -->696 <const name="LastOnline" value="11" wsmap="suppress"> <!-- Restoring --> 692 697 <desc> 693 698 Pseudo-state: last online state (for use in relational expressions). … … 700 705 </desc> 701 706 </const> 702 <const name="LastTransient" value="1 2" wsmap="suppress"> <!-- SettingUp -->707 <const name="LastTransient" value="13" wsmap="suppress"> <!-- SettingUp --> 703 708 <desc> 704 709 Pseudo-state: last transient state (for use in relational expressions).
Note:
See TracChangeset
for help on using the changeset viewer.