ExecuteProgressEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteProgress»
Properties
Property | Description |
---|---|
OverallPercentage | Gets the percentage from 0 to 100 of the execution progress for all payloads. |
PackageId | Gets the identity of the package that was executed. |
ProgressPercentage | Gets the percentage from 0 to 100 of the execution progress for a single payload. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
OverallPercentage Property
Gets the percentage from 0 to 100 of the execution progress for all payloads.
Declaration
public int OverallPercentage { get; set; }
PackageId Property
Gets the identity of the package that was executed.
Declaration
public string PackageId { get; set; }
ProgressPercentage Property
Gets the percentage from 0 to 100 of the execution progress for a single payload.
Declaration
public int ProgressPercentage { get; set; }