lucee.Component
commandbox.system.util.ProgressBarGeneric
Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com Prints out a progress bar to the screen.
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
ConsolePainter
|
true
|
false
|
|
boolean
|
active
|
false
|
true
|
false
|
any
|
job
|
true
|
false
|
|
struct
|
memento
|
true
|
false
|
|
any
|
print
|
true
|
false
|
|
any
|
shell
|
true
|
false
|
|
any
|
system
|
true
|
false
|
|
| Constructor Summary | |
|---|---|
|
init()
|
|
| Method Summary | |
|---|---|
any
|
clear()
|
string
|
getActive()
|
string
|
getConsolePainter()
|
string
|
getJob()
|
any
|
getLines()
|
any
|
getMemento()
|
string
|
getPrint()
|
string
|
getShell()
|
string
|
getSystem()
|
any
|
setActive(boolean active)
|
any
|
setConsolePainter(any ConsolePainter)
|
any
|
setJob(any job)
|
any
|
setMemento(struct memento)
|
any
|
setPrint(any print)
|
any
|
setShell(any shell)
|
any
|
setSystem(any system)
|
any
|
update(numeric percent, [any currentCount='0'], [any totalCount='0'])
Call me to update the screen. |
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
| Property Detail |
|---|
access - publicrequired - falsereturntype - anyinject - provider:ConsolePainterserializable - trueaccess - publicrequired - falsereturntype - anyserializable - trueaccess - publicrequired - falsereturntype - anyinject - provider:InteractiveJobserializable - trueaccess - publicrequired - falsereturntype - anyserializable - trueaccess - publicrequired - falsereturntype - anyinject - Printserializable - trueaccess - publicrequired - falsereturntype - anyinject - shellserializable - trueaccess - publicrequired - falsereturntype - anyinject - system@constantsserializable - true| Method Detail |
|---|
activeConsolePainterjobmementoprintshellsystemCall me to update the screen.
percentcurrentCounttotalCount