Indeterminate sets the progress bar type to indeterminate if true or determinate otherwise.
(bool)
| 26 | // Indeterminate sets the progress bar type |
| 27 | // to indeterminate if true or determinate otherwise. |
| 28 | Indeterminate(bool) |
| 29 | // Interval sets the time between transitions for indeterminate |
| 30 | // progress bar. |
| 31 | Interval(time.Duration) |