File Search Library
OperationStatus Enumeration



KellermanSoftware.FileSearchLibrary Namespace : OperationStatus Enumeration
The current operation used by ProgressInfo
Syntax
'Declaration
 
Public Enum OperationStatus 
   Inherits System.Enum
'Usage
 
Dim instance As OperationStatus
public enum OperationStatus : System.Enum 
public enum class OperationStatus : public System.Enum 
Members
MemberDescription
Canceled The user canceled the search operation
Finished We are done searching or indexing
GettingFiles Getting files to be searched or indexed
Indexing Indexing the found files
Ready Ready to search or index
Searching Searching the found files by the SearchString
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.FileSearchLibrary.OperationStatus

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.FileSearchLibrary Namespace