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