lucee.Componentcommandbox.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
|
job
|
true
|
false
|
|
any
|
print
|
true
|
false
|
|
any
|
shell
|
true
|
false
|
|
any
|
system
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any
|
clear()
|
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:InteractiveJobserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- Printserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- shellserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- system@constantsserializable
- trueMethod Detail |
---|
Call me to update the screen.
percent
currentCount
totalCount