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