Table of Contents

Enum WebFarmServerStatusEnum

Namespace
CMS.WebFarmSync
Assembly
CMS.WebFarmSync.dll

Web farm server status enum.

public enum WebFarmServerStatusEnum
Extension Methods

Fields

[EnumStringRepresentation("AutoDisabled")] AutoDisabled = 3

Server was automatically disabled (memory tasks removed and stopped generating new ones).

[EnumStringRepresentation("Healthy")] Healthy = 0

Healthy means that the server is responding in a timely manner.

[EnumStringRepresentation("NotResponding")] NotResponding = 2

Not responding means that the server is not responding at all.

[EnumStringRepresentation("Transitioning")] Transitioning = 1

Transitioning means that the server status cannot be properly determined. This can happen when web farm server starts or his status changes from healthy to not responding and vice versa.