ProgressBar::__construct( string $message, integer $count, integer $interval = 100 )

ProgressBar constructor.


Description Description


Parameters Parameters

$message

(Required) Text to display before the progress bar.

$count

(Required) Total number of ticks to be performed.

$interval

(Optional) The interval in milliseconds between updates.

Default value: 100


Top ↑

Source Source

File: packages/action-scheduler/classes/WP_CLI/ProgressBar.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.