updateProgress abstract method

void updateProgress(
  1. double fraction
)

Manually updates progress of a write operation. If not called, progress is determined automatically based on total size and size written.

Implementation

void updateProgress(double fraction);