Changeset 83756 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 17, 2020 2:04:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83731 r83756 26788 26788 </method> 26789 26789 26790 <method name="reboot"> 26791 <desc> 26792 Reboot cloud virual machine. 26793 </desc> 26794 <param name="progress" type="IProgress" dir="return"> 26795 <desc> 26796 Progress object to track the operation completion. 26797 </desc> 26798 </param> 26799 </method> 26800 26801 <method name="shutdown"> 26802 <desc> 26803 Shutdown cloud virual machine. 26804 </desc> 26805 <param name="progress" type="IProgress" dir="return"> 26806 <desc> 26807 Progress object to track the operation completion. 26808 </desc> 26809 </param> 26810 </method> 26811 26790 26812 <method name="powerDown"> 26791 26813 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.