Enum IndexInstanceBuildLifecycleState
- Namespace
- Dynamicweb.Indexing.BuildStates
- Assembly
- Dynamicweb.Core.dll
Represents the durable lifecycle state of a single index instance build.
public enum IndexInstanceBuildLifecycleState
Fields
Completed = 3The latest build completed successfully and passed promotion/validation checks.
Failed = 4The latest build failed explicitly.
Interrupted = 5The latest build was interrupted unexpectedly and requires recovery.
NeverBuilt = 0The instance has never completed a successful build and no attempt is currently recorded.
Running = 2The instance is actively being built.
Starting = 1The build operation has been created but has not yet started doing useful work.