Skip to content

BundleOverallProgress Class

Overall progress during apply.

Properties

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

CachePercentage Property

Percentage of cache complete.

Declaration

public int CachePercentage { get; set; }

ExecutePercentage Property

Percentage of execution complete.

Declaration

public int ExecutePercentage { get; set; }

OverallPercentage Property

Overall percentage complete.

Declaration

public int OverallPercentage { get; set; }

RestartRequired Property

Indicates when an restart required.

Declaration

public bool RestartRequired { get; set; }

ShowUI Property

Indicates whether UI should be displayed.

Declaration

public bool ShowUI { get; set; }