3 references to State
Aspire.Hosting (3)
Dcp\Model\ContainerExec.cs (3)
139
this.Status?.
State
== ExecutableState.Running
140
|| this.Status?.
State
== ExecutableState.Finished
141
|| this.Status?.
State
== ExecutableState.Terminated;