Skip to main content

ExecuteProcessCancelEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteProcessCancel»

Properties​

PropertyDescription
ActionGets or sets the action to be performed. This is passed back to the engine.
PackageIdGets the identity of the package.
ProcessIdGets the process id.
RecommendationGets the recommended action from the engine.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

Action Property​

Gets or sets the action to be performed. This is passed back to the engine.

Declaration​

public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Action { get; set; } 

PackageId Property​

Gets the identity of the package.

Declaration​

public string PackageId { get; set; } 

ProcessId Property​

Gets the process id.

Declaration​

public int ProcessId { get; set; } 

Recommendation Property​

Gets the recommended action from the engine.

Declaration​

public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Recommendation { get; set; }