ContainerAppRunningStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Running status of the Container App.
public enum ContainerAppRunningStatus
type ContainerAppRunningStatus =
Public Enum ContainerAppRunningStatus
- Inheritance
-
ContainerAppRunningStatus
Fields
| Name | Value | Description |
|---|---|---|
| Progressing | 0 | Container App is transitioning between Stopped and Running states. |
| Running | 1 | Container App is in Running state. |
| Stopped | 2 | Container App is in Stopped state. |
| Suspended | 3 | Container App Job is in Suspended state. |
| Ready | 4 | Container App Job is in Ready state. |