BundleOverallProgress Class
Overall progress during apply.
Properties
Section titled “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
Section titled “CachePercentage Property”Percentage of cache complete.
Declaration
Section titled “Declaration”public int CachePercentage { get; set; }ExecutePercentage Property
Section titled “ExecutePercentage Property”Percentage of execution complete.
Declaration
Section titled “Declaration”public int ExecutePercentage { get; set; }OverallPercentage Property
Section titled “OverallPercentage Property”Overall percentage complete.
Declaration
Section titled “Declaration”public int OverallPercentage { get; set; }RestartRequired Property
Section titled “RestartRequired Property”Indicates when an restart required.
Declaration
Section titled “Declaration”public bool RestartRequired { get; set; }ShowUI Property
Section titled “ShowUI Property”Indicates whether UI should be displayed.
Declaration
Section titled “Declaration”public bool ShowUI { get; set; }