Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the crawl status values for the CrawlStatus() method of the ContentSource class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration CrawlStatus
'Usage
Dim instance As CrawlStatus
public enum CrawlStatus
Members
| Member name | Description | |
|---|---|---|
| Idle | The content source is not being crawled. | |
| CrawlingFull | The crawler is executing a full crawl on the content source. | |
| Paused | The content source's crawl is paused. | |
| Throttled | ||
| Recovering | The crawler is recovering from a crawl of the content source. | |
| ShuttingDown | The crawler is shutting down the content source's crawl. | |
| CrawlingIncremental | The crawler is executing an incremental crawl on the content source. | |
| ProcessingNotifications | The crawler is processing notifications for the content source. | |
| CrawlStopping | The content source's crawl is stopping. | |
| CrawlPausing | The content source's crawl is being paused. | |
| CrawlResuming | ||
| CrawlStarting | ||
| CrawlCompleting |