IndexWorkspaceState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Our Index Workspace state
public enum class IndexWorkspaceState
public enum class IndexWorkspaceState
enum IndexWorkspaceState
public enum IndexWorkspaceState
type IndexWorkspaceState =
Public Enum IndexWorkspaceState
- Inheritance
-
IndexWorkspaceState
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
FileSystem | 1 | FileSystem is in progress |
FileScanning | 2 | File scanning phase |
Completed | 3 | Indexing is completed |
Cancelled | 4 | The indexing was canceled before completion |
Failed | 5 | The indexing finished with a failure |