ExecuteProgressEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteProgress»
Properties
Section titled “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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
OverallPercentage Property
Section titled “OverallPercentage Property”Gets the percentage from 0 to 100 of the execution progress for all payloads.
Declaration
Section titled “Declaration”public int OverallPercentage { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package that was executed.
Declaration
Section titled “Declaration”public string PackageId { get; set; }ProgressPercentage Property
Section titled “ProgressPercentage Property”Gets the percentage from 0 to 100 of the execution progress for a single payload.
Declaration
Section titled “Declaration”public int ProgressPercentage { get; set; }