5 references to Exited
Aspire.Dashboard (2)
Extensions\ResourceViewModelExtensions.cs (2)
27
return resource.KnownState is KnownResourceState.
Exited
;
32
return resource.KnownState is KnownResourceState.
Exited
or KnownResourceState.Finished or KnownResourceState.FailedToStart;
Aspire.Dashboard.Tests (3)
Model\ResourceStateViewModelTests.cs (3)
21
/* state */ "Container", KnownResourceState.
Exited
, null, null,null,
24
/* state */ "Container", KnownResourceState.
Exited
, 3, null, null,
27
/* state */ "Container", KnownResourceState.
Exited
, 0, null, null,