Table of Contents

Enum IndexStatusInformation.IndexState

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Core.dll
public enum IndexStatusInformation.IndexState

Fields

Error = 2

Exception occurred, have never built, expected run is past latest start time.

Success = 0

All instances are built as they should

Warning = 1

Instances were not updated in the past 24h or if one instance is not ok

To top