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.6+73c897383236ddbbbc6ba257634013c1269ceec2

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