Enum SyncBootState
Represents the synchronization boot state of the application.
Namespace: Umbraco.Cms.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public enum SyncBootState
Remarks
The boot state indicates whether the application has previous sync state available, which affects how cache synchronization is performed during startup.
Fields
| Name | Description |
|---|---|
| ColdBoot | Cold boot. No sync state is present; full cache rebuild may be required. |
| Unknown | Unknown state. Treat as WarmBoot. |
| WarmBoot | Warm boot. Sync state is present; incremental cache updates can be applied. |