Changeset 73743 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 17, 2018 5:56:34 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r73716 r73743 14212 14212 <interface 14213 14213 name="IProgress" extends="$unknown" 14214 uuid=" e0026dc0-0c55-47b1-aa64-d340a396b418"14214 uuid="64c7fb5c-ce8f-4681-9c8c-d523cb4dea3d" 14215 14215 wsmap="managed" 14216 14216 reservedMethods="1" reservedAttributes="2" … … 14407 14407 <desc> 14408 14408 Maximum time in milliseconds to wait or -1 to wait indefinitely. 14409 </desc>14410 </param>14411 </method>14412 14413 <method name="waitForAsyncProgressCompletion">14414 <desc>14415 Waits until the other task is completed (including all14416 sub-operations) and forward all changes from the other progress to14417 this progress. This means sub-operation number, description, percent14418 and so on.14419 14420 You have to take care on setting up at least the same count on14421 sub-operations in this progress object like there are in the other14422 progress object.14423 14424 If the other progress object supports cancel and this object gets any14425 cancel request (when here enabled as well), it will be forwarded to14426 the other progress object.14427 14428 If there is an error in the other progress, this error isn't14429 automatically transfered to this progress object. So you have to14430 check any operation error within the other progress object, after14431 this method returns.14432 </desc>14433 14434 <param name="pProgressAsync" type="IProgress" dir="in">14435 <desc>14436 The progress object of the asynchrony process.14437 14409 </desc> 14438 14410 </param>
Note:
See TracChangeset
for help on using the changeset viewer.