Skip to content

BundleOverallProgress Class

Overall progress during apply.

PropertyDescription
CachePercentagePercentage of cache complete.
ExecutePercentagePercentage of execution complete.
OverallPercentageOverall percentage complete.
RestartRequiredIndicates when an restart required.
ShowUIIndicates whether UI should be displayed.

FireGiant.BundleApplicationFramework v6.0.1

Percentage of cache complete.

public int CachePercentage { get; set; }

Percentage of execution complete.

public int ExecutePercentage { get; set; }

Overall percentage complete.

public int OverallPercentage { get; set; }

Indicates when an restart required.

public bool RestartRequired { get; set; }

Indicates whether UI should be displayed.

public bool ShowUI { get; set; }