onDataMoveProgress abstract method

void onDataMoveProgress(
  1. int percent
)

Called when the operation makes progress. Percent is the rate of completion in the range of 0 to 100.

Implementation

void onDataMoveProgress(core.int percent);