BundlePackageProgress Class
Progress of a package.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Action | Current progress action. |
| CachePercentage | Cache percentage complete for the package. |
| ExecutePercentage | Execution percentage complete for the package. |
| OverallPercentage | Overall percentage complete for the package. |
| Package | Package in progress. |
| Phase | Current apply phase. |
| RestartRequired | Indicates whether the package required a restart. |
| ShowUI | Indicates whether UI should be displayed. |
FireGiant.BundleApplicationFramework v6.0.1
Action Property
Section titled “Action Property”Current progress action.
Declaration
Section titled “Declaration”public BundleProgressAction Action { get; set; }CachePercentage Property
Section titled “CachePercentage Property”Cache percentage complete for the package.
Declaration
Section titled “Declaration”public int CachePercentage { get; set; }ExecutePercentage Property
Section titled “ExecutePercentage Property”Execution percentage complete for the package.
Declaration
Section titled “Declaration”public int ExecutePercentage { get; set; }OverallPercentage Property
Section titled “OverallPercentage Property”Overall percentage complete for the package.
Declaration
Section titled “Declaration”public int OverallPercentage { get; set; }Package Property
Section titled “Package Property”Package in progress.
Declaration
Section titled “Declaration”public BundlePackage Package { get; set; }Phase Property
Section titled “Phase Property”Current apply phase.
Declaration
Section titled “Declaration”public BundleApplyPhase Phase { get; set; }RestartRequired Property
Section titled “RestartRequired Property”Indicates whether the package required a restart.
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; }