This read-only property returns an integer indicating the status of the catalog.
Syntax
IBuildCatalog.StatusCode
Remarks
The following status codes are defined:
0
Idle, no catalog build is in progress.
1
Crawling, a build is in progress.
2
Paused, the build is paused.
3
Throttled, the build is temporarily paused while Search performs another action.
4
Initializing, the catalog build server is starting.
5
Shut down, the catalog is being deleted.
6
Crawling incrementally, an incremental build is in progress.
32
(Index) Crawling, Search is indexing the documents.
64
Compiling the catalog, Search is assembling the catalog.
128
Propagating the catalog, Search is propagating the catalog to the search servers on selected hosts.
320
Paused (disk full), the build is paused and cannot continue until more disk space is made available.
640
Retrying propagation, Search is trying to propagate the catalog again after a failed attempt.
1024
Flushing, Search has finished indexing the documents and is flushing them from its cache.
Example
See Creating and Accessing IBuildCatalog Interface Objects.
See Also