|
Drag[en]gine Script Module DragonScript 1.32.1
|
Progress of a modification management process. More...
Classes | |
| enum | State |
| Progress state. More... | |
Public Member Functions | |
| ServiceModProgress | new () |
Public Attributes | |
| float | current |
| Current progress value. | |
| String | modId |
| Modification identifier. | |
| float | progress |
| Percentage progress in the range from 0 to 1. | |
| Float | remainingTime |
| Estimated remaining time in seconds until progress is finished. | |
| State | state |
| Progress state. | |
| float | total |
| Total progress value. | |
Progress of a modification management process.
Such process can be installing, updating or uploading a modification.
| ServiceModProgress Dragengine.Services.Mods.ServiceModProgress.new | ( | ) |
Create new instance of class ServiceModProgress.
| float Dragengine.Services.Mods.ServiceModProgress.current |
Current progress value.
Typically this is an approximation of a size indication for example the size of the file already downloaded.
| String Dragengine.Services.Mods.ServiceModProgress.modId |
Modification identifier.
| float Dragengine.Services.Mods.ServiceModProgress.progress |
Percentage progress in the range from 0 to 1.
| Float Dragengine.Services.Mods.ServiceModProgress.remainingTime |
Estimated remaining time in seconds until progress is finished.
Is null if the service module can not give a reasonable estimation.
| State Dragengine.Services.Mods.ServiceModProgress.state |
Progress state.
| float Dragengine.Services.Mods.ServiceModProgress.total |
Total progress value.
Typically this is an approximation of a size indication for example the size of the file to download.