VirtualBox

Changeset 18412 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2009 4:12:31 PM (16 years ago)
Author:
vboxsync
Message:

Main: api docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r18406 r18412  
    78877887    <attribute name="timeRemaining" type="long" readonly="yes">
    78887888        <desc>
    7889             Estimated remaining time until the operation completes, in
    7890             seconds.
    7891 
    7892             Returns 0 if the task is complete.
    7893 
    7894             Returns -1 if the time cannot be computed, in
    7895             particular if the current progress is 0.
    7896 
    7897             The estimate will be unreliable for low progress
    7898             values. It will become more reliable as the task progresses;
    7899             it is not recommended to display an ETA before 10% of
    7900             a task have completed.
     7889            Estimated remaining time until the task completes, in
     7890            seconds. Returns 0 once the task has completed; returns -1
     7891            if the remaining time cannot be computed, in particular if
     7892            the current progress is 0.
     7893
     7894            Even if a value is returned, the estimate will be unreliable
     7895            for low progress values. It will become more reliable as the
     7896            task progresses; it is not recommended to display an ETA
     7897            before at least 20% of a task have completed.
    79017898        </desc>
    79027899    </attribute>
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