C# Class BzReader.IndexingProgress

The state of the indexing process
Show file Open project: synhershko/BzReader Class Usage Examples

Public Properties

Property Type Description
ETA string
IndexingState State
Message string

Property Details

ETA public property

Estimated time of index completion (ETA)
public string ETA
return string

IndexingState public property

The state of the indexing process
public State IndexingState
return State

Message public property

The error message, if any
public string Message
return string