VirtualBox

Ignore:
Timestamp:
Jun 22, 2015 4:56:16 PM (9 years ago)
Author:
vboxsync
Message:

Main/Console: make resume attempts over the API fail with a corresponding error message when the VM is paused due to host power management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r56581 r56582  
    62766276            {
    62776277                LogRel(("Ignoring VM resume request, VM was paused in response to a host-suspend\n"));
    6278                 return S_OK;
     6278                return setError(VBOX_E_INVALID_VM_STATE, tr("VM is paused due to host power management"));
    62796279            }
    62806280
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette