Action_Scheduler\WP_CLI
ProgressBar::current
Get the progress bar tick count.
Method of the class: ProgressBar{}
No Hooks.
Returns
Int.
Usage
$ProgressBar = new ProgressBar(); $ProgressBar->current();
ProgressBar::current() ProgressBar::current code WC 10.5.0
public function current() {
return $this->progress_bar ? $this->progress_bar->current() : 0;
}