Skip to content

BundlePackageProgress Class

Progress of a package.

Properties

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

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; }