Enum ConfigurationSetStateApplyStatus
Describes the completed outcome of loading and applying a configuration-set state file.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetStateApplyStatus
Fields
| Name | Description |
|---|---|
| CompletedWithErrors | The operation reached its apply phase but completed with a runtime-transition or post-apply persistence/finalization error. |
| Rejected | The state document could not be applied, and no set transition was attempted. |
| Succeeded | Every requested runtime transition completed without rejection; startup-only changes may still be pending. |