5 instantiations of LaunchResult
aspire (5)
Commands\AppHostLauncher.cs (5)
519return new LaunchResult(null, null, null, false, 0); 622return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt); 627return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt); 664return new LaunchResult(childProcess, null, dashboardUrls, false, 0, childStartedAt); 708return new LaunchResult(childProcess, null, null, true, exitCode, ChildStartedAt: childStartedAt);
6 references to LaunchResult
aspire (6)
Commands\AppHostLauncher.cs (6)
239LaunchResult launchResult; 285private async Task StopLaunchedAppHostAsync(LaunchResult result, TimeSpan delay, CancellationToken cancellationToken) 477private async Task<LaunchResult> LaunchAndWaitForBackchannelAsync( 693private LaunchResult CreateChildExitedLaunchResult(IProcessExecution childProcess, ProfilingTelemetry.ActivityScope waitForBackchannelActivity, DateTimeOffset? childStartedAt) 826private CommandResult HandleLaunchFailure(LaunchResult result, string childLogFile, int timeoutSeconds) 915LaunchResult result,