Action_Scheduler\WP_CLI
ProgressBar::setup_progress_bar
Set up the progress bar.
Method of the class: ProgressBar{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->setup_progress_bar();
ProgressBar::setup_progress_bar() ProgressBar::setup progress bar code WC 10.8.1
protected function setup_progress_bar() {
$this->progress_bar = \WP_CLI\Utils\make_progress_bar(
$this->message,
$this->count,
$this->interval
);
}