C# Class BzReader.IndexingProgress

The state of the indexing process
Mostrar archivo Open project: synhershko/BzReader Class Usage Examples

Public Properties

Property Type Description
ETA string
IndexingState State
Message string

Property Details

ETA public_oe property

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

IndexingState public_oe property

The state of the indexing process
public State IndexingState
return State

Message public_oe property

The error message, if any
public string Message
return string