Skip to content

ExecuteProcessCancelEventArgs Class

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

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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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

public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Action { get; set; }

Gets the identity of the package.

public string PackageId { get; set; }

Gets the process id.

public int ProcessId { get; set; }

Gets the recommended action from the engine.

public BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION Recommendation { get; set; }