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 int busy
,
out int percent
)

Parameters

busy int

if buffering is busy, or NULL. out[allow-none]

percent int

a buffering percent, or NULL. out[allow-none]

Meta