Changeset 84524 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- May 25, 2020 6:19:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r84522 r84524 2781 2781 Utf8Str strSource; 2782 2782 com::SafeArray<IN_BSTR> aArgs; 2783 /* Whether to reboot the guest automatically when the update process has finished successfully. */2783 /** Whether to reboot the guest automatically when the update process has finished successfully. */ 2784 2784 bool fRebootOnFinish = false; 2785 /* Whether to only wait for getting the update process started instead of waiting until it finishes. */2785 /** Whether to only wait for getting the update process started instead of waiting until it finishes. */ 2786 2786 bool fWaitStartOnly = false; 2787 /* Whether to wait for the VM being ready to start the update. Needs Guest Additions facility reporting. */2787 /** Whether to wait for the VM being ready to start the update. Needs Guest Additions facility reporting. */ 2788 2788 bool fWaitReady = false; 2789 /* Whether to verify if the Guest Additions were successfully updated on the guest. */2789 /** Whether to verify if the Guest Additions were successfully updated on the guest. */ 2790 2790 bool fVerify = false; 2791 2791
Note:
See TracChangeset
for help on using the changeset viewer.