VirtualBox

Changeset 33697 in vbox


Ignore:
Timestamp:
Nov 2, 2010 3:56:17 PM (14 years ago)
Author:
vboxsync
Message:

Guest Control: Provide canceling overall task progress as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/GuestImpl.cpp

    r33696 r33697  
    311311                                    {
    312312                                        break;
     313                                    }
     314                                    if (aTask->progress)
     315                                    {
     316                                        if (SUCCEEDED(aTask->progress->COMGETTER(Canceled(&fCanceled)))
     317                                            && fCanceled)
     318                                            break;
    313319                                    }
    314320                                }
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