Enum IndexRebuildResult
Represents the status of an index rebuild trigger.
Namespace: Umbraco.Cms.Infrastructure.Models
Assembly: Umbraco.Infrastructure.dll
Syntax
public enum IndexRebuildResult
Fields
| Name | Description |
|---|---|
| AlreadyRebuilding | The index is already being rebuilt. |
| NotAllowedToRun | The index rebuild was not scheduled because it's not allowed to run at this time. |
| Success | The rebuild was either successful or enqueued successfully. |
| Unknown | The index rebuild was not scheduled due to an unknown error. |