3 references to Stopped
Aspire.Hosting.Browsers (3)
BrowserLogsRunningSession.cs (1)
285BrowserPageSessionCompletionKind.Stopped => new BrowserSessionResult(ExitCode: null, Error: null),
BrowserPageSession.cs (2)
214_completionSource.TrySetResult(new BrowserPageSessionResult(BrowserPageSessionCompletionKind.Stopped, Error: null)); 363return new BrowserPageSessionResult(BrowserPageSessionCompletionKind.Stopped, Error: null);