- Timestamp:
- Mar 27, 2009 4:12:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r18406 r18412 7887 7887 <attribute name="timeRemaining" type="long" readonly="yes"> 7888 7888 <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. 7901 7898 </desc> 7902 7899 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.