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