CrawlStatus 枚举 (Microsoft.Office.Server.Search.Administration)
Defines the crawl status values for the CrawlStatus method of the ContentSource class.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration CrawlStatus
用法
Dim instance As CrawlStatus
public enum CrawlStatus
成员
成员名称 | 说明 | |
---|---|---|
CrawlingFull | The crawler is executing a full crawl on the content source. | |
CrawlingIncremental | The crawler is executing an incremental crawl on the content source. | |
CrawlPausing | The content source's crawl is being paused. | |
CrawlStopping | The content source's crawl is stopping. | |
Idle | The content source is not being crawled. | |
Paused | The content source's crawl is paused. | |
ProcessingNotifications | The crawler is processing notifications for the content source. | |
Recovering | The crawler is recovering from a crawl of the content source. | |
ShuttingDown | The crawler is shutting down the content source's crawl. | |
Throttled |