IndexProgressState Enumeration
The progress notification state for the current index update
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum IndexProgressState
public enum class IndexProgressState
Unknown | 0 |
State is not known.
|
Initializing | 1 |
Indexer is setting up.
|
Starting | 2 |
Indexer is starting.
|
Discovery | 3 |
Indexer is finding files that need to be indexed.
|
DiscoveryFinished | 4 |
Indexer has finished the Discovery phase.
|
IndexFile | 5 |
Indexer is indexing a file.
|
RemovingIndexEntries | 6 |
Indexer is removing entries from the index.
|
Finished | 7 |
Indexer has finished.
|
Information | 8 |
General indexing information.
|
ImportantInfo | 9 |
Important indexing information.
|
Warning | 10 |
Indexer has generated a warning.
|
Error | 11 |
An error occurred during indexing.
|