| WebFarmServerStatusEnum Enumeration | 
            Web farm server status enum.
            
 
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 10.0.0
 Syntax
Syntaxpublic enum WebFarmServerStatusEnum
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Healthy | 0 | Healthy means that the server is responding in a timely manner. | 
|  | 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. | 
|  | NotResponding | 2 | Not responding means that the server is not responding at all. | 
|  | AutoDisabled | 3 | Server was automatically disabled (memory tasks removed and stopped generating new ones). | 
 See Also
See Also