Query.parseBufferingPercent

Get the percentage of buffered data. This is a value between 0 and 100. The busy indicator is TRUE when the buffering is in progress.

class Query
void
parseBufferingPercent
(
out bool busy
,
out int percent
)

Parameters

busy bool

if buffering is busy, or NULL

percent int

a buffering percent, or NULL