ProgressBar.start

Begin autoincrement mode: schedules a recurring timer event that calls step every interval.

class ProgressBar
start
(
this T
)
(
int milliseconds = 50
)

Parameters

milliseconds int

The interval between steps.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta