- Timestamp:
- Jun 16, 2023 3:07:52 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r99739 r100200 1628 1628 if (Global::IsTransient(mData->mMachineState)) 1629 1629 return setError(VBOX_E_INVALID_VM_STATE, 1630 tr("Cannot take a snapshot of the machine while it is changing thestate (machine state: %s)"),1630 tr("Cannot take a snapshot of the virtual machine while it is changing state (machine state: %s)"), 1631 1631 Global::stringifyMachineState(mData->mMachineState)); 1632 1633 if (!fPause && mData->mMachineState != MachineState_Running) 1634 return setError(VBOX_E_INVALID_VM_STATE, 1635 tr("Cannot take a live snapshot of a virtual machine unless it is running.")); 1632 1636 1633 1637 HRESULT hrc = i_checkStateDependency(MutableOrSavedOrRunningStateDep);
Note:
See TracChangeset
for help on using the changeset viewer.