ExecuteProcessCancelEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteProcessCancel»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Action | Gets or sets the action to be performed. This is passed back to the engine. |
| PackageId | Gets the identity of the package. |
| ProcessId | Gets the process id. |
| Recommendation | Gets the recommended action from the engine. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Action Property
Section titled “Action Property”Gets or sets the action to be performed. This is passed back to the engine.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Action { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package.
Declaration
Section titled “Declaration”public string PackageId { get; set; }ProcessId Property
Section titled “ProcessId Property”Gets the process id.
Declaration
Section titled “Declaration”public int ProcessId { get; set; }Recommendation Property
Section titled “Recommendation Property”Gets the recommended action from the engine.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Recommendation { get; set; }