Returns the current status of the query.
Read-only property
Visual Basic |
---|
Public Property Status As eRequestStatus |
Query status represented as eRequestStatus
On each status change an OnQueryProgress event is fired.
See the usage of Status property in the OnQueryProgress event's example section.