Status type during the index operation.
Namespace:
Karamasoft.WebControls.UltimateSearchAssembly: UltimateSearch (in UltimateSearch.dll) Version: 3.6.3650.26268
Syntax
| C# |
|---|
public enum StatusType |
| Visual Basic (Declaration) |
|---|
Public Enumeration StatusType |
| Visual C++ |
|---|
public enum class StatusType |
Members
| Member name | Description | |
|---|---|---|
| Idle |
Index operation in waiting mode.
| |
| Running |
Index operation in process.
| |
| Fail |
Index operation completed with a failure.
| |
| Success |
Index operation completed successfully.
| |
| InitiateStop |
Index operation initiated the stop procedure.
| |
| CompleteStop |
Index operation completed the stop procedure.
| |
| InitiateCancel |
Index operation initiated the cancel procedure.
| |
| CompleteCancel |
Index operation completed the cancel procedure.
|