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.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }