Skip to main content

LaunchApprovedExeCompleteEventArgs Class

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

Properties

PropertyDescription
ProcessIdGets the ProcessId of the process that was launched. This is only valid if the status reports success.

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

ProcessId Property

Gets the ProcessId of the process that was launched. This is only valid if the status reports success.

Declaration

public int ProcessId { get; set; }