Description

Create a progress bar using a supplied callback. ## Usage The ProgressHelper can be accessed from shells using the helper() method ``` this.helper("Progress").output(["callback": auto (progress) { * Do work progress.increment(); }); ```

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
boolbool initialize(Json[string] commandArguments = null)
voidvoid draw()
voidvoid output(Json[string] commandArguments)
voidvoid increment(float | int num = 1)