ProgressIndicatorAwareInterface
interface ProgressIndicatorAwareInterface (View source)
Any Robo task that uses the Timer trait and implements ProgressIndicatorAwareInterface will display a progress bar while the timer is running.
Call advanceProgressIndicator to advance the indicator.
Interface ProgressIndicatorAwareInterface
Methods
int
progressIndicatorSteps()
No description
Details
int
progressIndicatorSteps()
No description
setProgressIndicator(ProgressIndicator $progressIndicator)
No description