Changeset 55217 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2015 4:25:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r55216 r55217 12577 12577 an asynchronous task (in other words, a separate thread) which 12578 12578 continues to run after a method call returns. For example, 12579 <link to="I Console::saveState" />, which saves the state of12579 <link to="IMachine::saveState" />, which saves the state of 12580 12580 a running virtual machine, can take a long time to complete. 12581 12581 To be able to display a progress bar, a user interface such as … … 12849 12849 </li> 12850 12850 12851 <li><link to="I Console::restoreSnapshot"/> resets a machine to12851 <li><link to="IMachine::restoreSnapshot"/> resets a machine to 12852 12852 the state of a previous snapshot by deleting the differencing 12853 12853 image of each of the machine's media and setting the machine's … … 21890 21890 execution is always paused before calling this notification, and 21891 21891 the notification handler is supposed either to immediately save 21892 the virtual machine state using <link to="I Console::saveState"/>21892 the virtual machine state using <link to="IMachine::saveState"/> 21893 21893 or power it off using <link to="IConsole::powerDown"/>. 21894 21894 Resuming the execution can lead to unpredictable results.
Note:
See TracChangeset
for help on using the changeset viewer.