InstanceKeyState 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.
Contains a list of valid states for instance keys.
public enum class InstanceKeyState
public enum InstanceKeyState
type InstanceKeyState =
Public Enum InstanceKeyState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The instance key is not associated with any instance. |
Associated | 1 | The instance key is associated with a non-completed instance. |
Completed | 2 | The instance key was associated with an instance, which is no longer active. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.