Enum SwitchableJsonPreparationStatus
Describes the completed outcome of preparing a source switch without publishing it.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum SwitchableJsonPreparationStatus
Fields
| Name | Description |
|---|---|
| AlreadyCurrent | The requested normalized path was already the current source when preparation occurred. |
| Prepared | A different source was loaded successfully and is ready for a later commit. |
| Rejected | The candidate could not be prepared; the active provider state was not changed. |