C# Class BzReader.IndexingProgress

The state of the indexing process
Afficher le fichier Open project: synhershko/BzReader Class Usage Examples

Méthodes publiques

Свойство Type Description
ETA string
IndexingState State
Message string

Property Details

ETA public_oe property

Estimated time of index completion (ETA)
public string ETA
Résultat string

IndexingState public_oe property

The state of the indexing process
public State IndexingState
Résultat State

Message public_oe property

The error message, if any
public string Message
Résultat string