CodeContainerStatus 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.
This enumeration supports a bitwise combination of its member values.
public enum class CodeContainerStatus
public enum class CodeContainerStatus
enum CodeContainerStatus
[System.Flags]
public enum CodeContainerStatus
[<System.Flags>]
type CodeContainerStatus =
Public Enum CodeContainerStatus
- Inheritance
-
CodeContainerStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
IsLocal | 1 | Indicates that Code Container is present on disk. |
IsSourceControlled | 2 | Indicates that Code Container is currently under Source Control. |
HasRemote | 4 | Indicates that Code Container has Remote information. |
IsFaulty | 8 | Indicates that Code Container information is in an inconsistent state. |
IsWithinCodespace | 16 | Indicates that Code Container represents code within Codespace |