InstanceState Enum

Definition

This enumeration contains a list of states of an instance.

public enum class InstanceState
public enum InstanceState
type InstanceState = 
Public Enum InstanceState
Inheritance
InstanceState

Fields

Completed 3

Indicates that the instance is in completed state. A completed instance cannot be persisted again in the future.

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.

Uninitialized 1

Indicates that the instance is uninitialized. An uninitialized instance is an instance that has never been persisted.

Unknown 0

Indicates that the instance is in Unknown state.

Applies to