InstanceState 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 contains a list of states of an instance.
public enum class InstanceState
public enum InstanceState
type InstanceState =
Public Enum InstanceState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that the instance is in Unknown state. |
Uninitialized | 1 | Indicates that the instance is uninitialized. An uninitialized instance is an instance that has never been persisted. |
Initialized | 2 | Indicates that the instance is initialized. An initialized instance is an instance that has been persisted at least once and can be persisted again in the future. |
Completed | 3 | Indicates that the instance is in completed state. A completed instance cannot be persisted again in the future. |