IndexProgressState Enumeration

The progress notification state for the current index update

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public enum IndexProgressState

Members

Unknown0 State is not known.
Initializing1 Indexer is setting up.
Starting2 Indexer is starting.
Discovery3 Indexer is finding files that need to be indexed.
DiscoveryFinished4 Indexer has finished the Discovery phase.
IndexFile5 Indexer is indexing a file.
RemovingIndexEntries6 Indexer is removing entries from the index.
Finished7 Indexer has finished.
Information8 General indexing information.
ImportantInfo9 Important indexing information.
Warning10 Indexer has generated a warning.
Error11 An error occurred during indexing.

See Also