BundleOverallProgress Class
Overall progress during apply.
Properties
| Property | Description |
|---|---|
| CachePercentage | Percentage of cache complete. |
| ExecutePercentage | Percentage of execution complete. |
| OverallPercentage | Overall percentage complete. |
| RestartRequired | Indicates when an restart required. |
| ShowUI | Indicates whether UI should be displayed. |
FireGiant.BundleApplicationFramework v6.0.1
CachePercentage Property
Percentage of cache complete.
Declaration
public int CachePercentage { get; set; }ExecutePercentage Property
Percentage of execution complete.
Declaration
public int ExecutePercentage { get; set; }OverallPercentage Property
Overall percentage complete.
Declaration
public int OverallPercentage { get; set; }RestartRequired Property
Indicates when an restart required.
Declaration
public bool RestartRequired { get; set; }ShowUI Property
Indicates whether UI should be displayed.
Declaration
public bool ShowUI { get; set; }