ContainerRegistryRunStatus 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.
The current status of the run.
public enum ContainerRegistryRunStatus
type ContainerRegistryRunStatus =
Public Enum ContainerRegistryRunStatus
- Inheritance
-
ContainerRegistryRunStatus
Fields
Name | Value | Description |
---|---|---|
Queued | 0 | Queued. |
Started | 1 | Started. |
Running | 2 | Running. |
Succeeded | 3 | Succeeded. |
Failed | 4 | Failed. |
Canceled | 5 | Canceled. |
Error | 6 | Error. |
Timeout | 7 | Timeout. |