Specifies the crawl component state values for the CrawlComponent class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration CrawlComponentState
'Usage
Dim instance As CrawlComponentState
public enum CrawlComponentState
Members
| Member name | Description | |
|---|---|---|
| Uninitialized | The crawl component is uninitialized. | |
| Ready | The crawl component is ready. | |
| Disabled | The crawl component is disabled. | |
| Remount | The crawl component is remounted. | |
| Inactive | The crawl component is inactive. | |
| DisableForRemove | The crawl component cannot be removed from the current search server application. |