Skip to content

BundlePackageProgress Class

Progress of a package.

PropertyDescription
ActionCurrent progress action.
CachePercentageCache percentage complete for the package.
ExecutePercentageExecution percentage complete for the package.
OverallPercentageOverall percentage complete for the package.
PackagePackage in progress.
PhaseCurrent apply phase.
RestartRequiredIndicates whether the package required a restart.
ShowUIIndicates whether UI should be displayed.

FireGiant.BundleApplicationFramework v6.0.1

Current progress action.

public BundleProgressAction Action { get; set; }

Cache percentage complete for the package.

public int CachePercentage { get; set; }

Execution percentage complete for the package.

public int ExecutePercentage { get; set; }

Overall percentage complete for the package.

public int OverallPercentage { get; set; }

Package in progress.

public BundlePackage Package { get; set; }

Current apply phase.

public BundleApplyPhase Phase { get; set; }

Indicates whether the package required a restart.

public bool RestartRequired { get; set; }

Indicates whether UI should be displayed.

public bool ShowUI { get; set; }