RPTaskProgress constructor

RPTaskProgress(
  1. int _current,
  2. int _total
)

Implementation

RPTaskProgress(this._current, this._total);