ProgressBar
Class ProgressBar
Description Description
Source Source
File: packages/action-scheduler/classes/WP_CLI/ProgressBar.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- __construct — ProgressBar constructor.
- current — Get the progress bar tick count.
- finish — Finish the current progress bar.
- set_count — Set the count for a new progress bar.
- set_message — Set the message used when creating the progress bar.
- setup_progress_bar — Set up the progress bar.
- tick — Increment the progress bar ticks.